Subscriptions
Delete a draft subscription
Permanently deletes a draft subscription. Only draft subscriptions can be deleted. Use cancel for subscriptions that have already been activated.
DELETE
Delete a draft subscription
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 A unique string used to ensure the request is processed exactly once. If you retry a request with the same idempotency key within 24 hours, the original response is returned without re-executing the operation.
Maximum string length:
255Example:
"ik_a1b2c3d4e5f6"
Path Parameters
Unique identifier for the subscription
Response
No Content
Previous
Update a subscriptionPatches metadata on a subscription: name, description, trial period, billing flags, subscription-level discount, spending thresholds, price escalation, and tags. This endpoint does not modify the priced item set. To change items, see the [Updating a Subscription](/docs/api-reference/v2/examples/updating-a-subscription) examples.
Next
Delete a draft subscription