Skip to main content
DELETE
/
external
/
subscriptions
/
{id}
Delete subscription
curl --request DELETE \
  --url https://platform.runonatlas.com/external/subscriptions/{id} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

You can obtain this key from the Atlas dashboard. It must be of type secret

Path Parameters

id
string
required

The Atlas subscription ID

Minimum string length: 1
Example:

"atlas-internal-subscription-id-123"

Response

The subscription has been deleted.