DELETE
/
v1
/
apps
/
{packageName}
/
versions
/
{versionId}
curl --request DELETE \
  --url https://managexrapi.com/v1/apps/{packageName}/versions/{versionId} \
  --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

versionId
string
required

Unique identifier of the app version

Query Parameters

organizationId
string

Unique identifier of the organization.
Defaults to the organization associated with the API key.

Response

200

App version deleted successfully