Delete Webhook
Webhooks
Delete Webhook
Delete a webhook and all its delivery history
DELETE
Delete Webhook
Permanently deletes a webhook and all associated delivery records. This action cannot be undone.
Webhook management is available only on plans that include webhook access.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Webhook ID |
Request
cURL
Python
JavaScript
Response (200)
Errors
| Status | Error | Cause |
|---|---|---|
| 400 | Webhook id is required | Missing or invalid ID |
| 404 | Webhook not found | ID doesn’t exist or belongs to another account |