CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the Intune service to remove an application identified by its application ID from a specified tenant. It is useful in scenarios where administrators need to automate the removal of apps from their Intune-managed environments, such as cleaning up unused or deprecated applications across multiple tenants.

Use Case Examples

  1. Automate removal of a deprecated app from a tenant using its application ID.
  2. Remove an app from multiple tenants by iterating over tenant filters and app IDs.

Properties

Name Meaning
Tenant Filter Specifies the default .onmicrosoft.com tenant name to target for the operation.
App ID The unique identifier of the application to be removed from Intune.
Request Options Advanced settings for the HTTP request such as batching, SSL certificate validation, proxy configuration, and timeout settings.

Output

JSON

  • success - Indicates whether the app removal operation was successful.
  • message - Provides additional information or error messages related to the removal operation.

Dependencies

  • Requires an API key credential for authentication to the CIPP API, which manages Intune operations.

Troubleshooting

  • Ensure the Tenant Filter is correctly specified as the default .onmicrosoft.com tenant name; incorrect tenant names will cause failures.
  • Verify the App ID is valid and exists in the specified tenant; invalid or non-existent app IDs will result in errors.
  • Check network connectivity and proxy settings if requests fail to reach the API endpoint.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously, especially in development environments.

Links

Discussion