Skip to main content
DELETE
/
api
/
webhooks
/
subscriptions
/
{id}
Delete subscription
curl --request DELETE \
  --url https://api.example.com/api/webhooks/subscriptions/{id} \
  --header 'Authorization: <authorization>'
{ "deleted": true }
Cascades — deletes pending + historical deliveries. To pause without losing the audit trail, use Update with status: "paused".
Scope webhooks:write · rate-limited

Headers

Authorization
string
required
API key.

Path parameters

id
string
required
Subscription UUID.

Response

deleted
boolean
Always true on success.
{ "deleted": true }