Delete subscription
Deletes a subscription. Data collection stops immediately and all recorded spans are removed.
New exports for the datastream are rejected with
403 permission_denied ("Subscription has been deleted") until
you re-subscribe. Re-subscribing via POST /v1/subscriptions with
the same datastream_id reuses the subscription ID and opens a
fresh span — it does not restore the deleted subscription’s
history.
Export artifacts produced before deletion remain downloadable via
GET /v1/exports/{id}/download.
See the Subscription lifecycle guide for the full state machine.
Authorizations
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Headers
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.
Must be a valid UUID (any version — v4 recommended for uniqueness), up to 128 characters.
128Path Parameters
Subscription ID (prefixed format, e.g., sub_xxx)
^sub_[a-f0-9]{32}$Response
Subscription deleted successfully