Webhooks
Delete Webhook
Delete a webhook endpoint
DELETE
Request
Permanently delete a webhook endpoint. Events will no longer be sent to this URL.Headers
Bearer token for authentication. Format:
Bearer YOUR_API_KEYPath Parameters
The unique identifier of the webhook to delete (e.g.,
wh_abc123)Response
Returns a confirmation of deletion.The ID of the deleted webhook
Always
true on successError Codes
| Code | Description |
|---|---|
webhook_not_found | The specified webhook_id does not exist |
unauthorized | You don’t have permission to delete this webhook |