Skip to main content

Delete Support Webhook

DELETE 

/api/support/webhooks/:webhook

Deletes a webhook and its entire delivery log. Deliveries already queued for it fail with Webhook no longer exists. rather than being sent. Only a tenant admin can delete webhooks; a webhook belonging to another tenant is a 404.

Required scope: support:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Bearer token with the support:write scope, or an authenticated session. Customer endpoints run in tenant context — send the X-Tenant-Id header or call from a tenant subdomain.

Request

Responses

No Content