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

Package name of the app

releaseChannelId
string
required

Unique identifier of the release channel

Query Parameters

organizationId
string

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

Response

200

Release channel deleted successfully