Delete Webhook
Webhooks
Delete Webhook
Permanently delete a webhook endpoint and stop all future deliveries
DELETE
Delete Webhook
Request
Path Parameters
The webhook’s unique ID (UUID)
Headers
Requires an API key with the
webhooks:write permission.Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing webhooks:write permission |
| 404 | webhook_not_found | No webhook with this ID in your workspace |
| 429 | rate_limited | Rate limit exceeded |