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>'

Documentation Index

Fetch the complete documentation index at: https://docs.runonatlas.com/llms.txt

Use this file to discover all available pages before exploring further.

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.