Skip to main content
DELETE
/
v1
/
subscriptions
/
{id}
Delete subscription
curl --request DELETE \
  --url https://api.ticksupply.com/v1/subscriptions/{id} \
  --header 'X-Api-Key: <api-key>'
{
  "error": {
    "code": "unauthenticated",
    "message": "Invalid or missing API key"
  }
}

Authorizations

X-Api-Key
string
header
required

Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys

Headers

Idempotency-Key
string

Unique key for idempotent requests. If you retry a request with the same key, you'll receive the original response without the operation being performed again.

Maximum string length: 128

Path Parameters

id
string
required

Subscription ID (prefixed format, e.g., sub_xxx)

Response

Subscription deleted successfully