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:writeGrant 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
- 204
- 401
- 403
- 404
- 429
No Content
Unauthorized
Response Headers
Content-Type
Forbidden
Response Headers
Content-Type
Not Found
Response Headers
Content-Type
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.