Delete subscription (soft + auto-disable)

Soft-delete the subscription (sets deleted_at) and forces is_active=false in one transaction so any already-queued retry attempts exit silently. Delivery-log rows are retained. Soft-deleting frees the delivery_kind slot, so a new subscription of the same kind can be created afterward. No request body required.

Auth: Partner — authentication; findCallerSubscription enforces bundle_id === 1 and scopes by partner_company_id (404 if not owned).

Rate limit: No rate limit.

Request

  • No body.

Response{ data: { data: {.} } } envelope (HTTP 200).

  • data.data.subscription_id (int)
  • data.data.status (string) — deleted

Path params

ParameterTypeRequiredNotes
webhookSubscriptionIdintegerRequiredDigits only.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json