Skip to main content
DELETE

Request

Permanently delete a webhook endpoint. Events will no longer be sent to this URL.
Deleting a webhook is permanent. You will need to create a new webhook to resume receiving events.

Headers

string
required
Bearer token for authentication. Format: Bearer YOUR_API_KEY

Path Parameters

string
required
The unique identifier of the webhook to delete (e.g., wh_abc123)

Response

Returns a confirmation of deletion.
string
The ID of the deleted webhook
boolean
Always true on success

Error Codes

Alternative: Disable Instead

Instead of deleting, you can disable a webhook by updating its status:
This preserves the webhook configuration so you can re-enable it later.