Delete app
Apps
Delete App
Removes application and all versions from ManageXR.
DELETE
Delete app
Documentation Index
Fetch the complete documentation index at: https://docs.managexr.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key based authentication where is the Base64 encoding of API_KEY_ID:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Path Parameters
The package name of the app
Query Parameters
App type to delete.
• If not set, defaults to managed.
Behavior by type
| type | Deletion scope |
|---|---|
| managed | Deletes the managed app and all managed versions. |
| shared | Deletes the shared app for your organization only (the owner org keeps its copy). |
| instant | Deletes the instant app for your organization only (the owner org keeps its copy). |
| external | Deletes the external app. |
Available options:
managed, shared, instant, external Unique identifier of the organization. This parameter is only necessary when using multi-organization API keys.
Defaults to the organizationId associated with the API key.
Response
App deleted successfully