DELETE
/
v1
/
apps
/
{packageName}
curl --request DELETE \
  --url https://managexrapi.com/v1/apps/{packageName} \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID:API_KEY_SECRET

  • Username: The API Key ID.
  • Password: The API Key Secret.

Path Parameters

packageName
string
required

The package name of the app

Query Parameters

type
enum<string>
default:managed

App type to delete.
• If not set, defaults to managed.

Behavior by type

typeDeletion scope
managedDeletes the managed app and all managed versions.
sharedDeletes the shared app for your organization only (the owner org keeps its copy).
instantDeletes the instant app for your organization only (the owner org keeps its copy).
externalDeletes the external app.
Available options:
managed,
shared,
instant,
external
organizationId
string

Unique identifier of the organization. Defaults to the organization associated with the API key if no id supplied.

Response

200

App deleted successfully