Skip to main content
DELETE
Delete app

Authorizations

Authorization
string
header
required

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

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

Available options:
managed,
shared,
instant,
external
organizationId
string

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