Webhooks
Delete a webhook
Remove a webhook and its delivery history.
DELETE
/v1/webhooks/{id}API keyDeletes the webhook and every delivery record it has. This can't be undone. Deliveries still waiting in the queue are dropped when their turn comes, so nothing more is sent to the endpoint. To stop deliveries but keep the history, update the webhook with enabled: false instead.
Path parameters
The webhook ID.
Response
Errors
| Status | Code | When |
|---|---|---|
| 404 | webhook_not_found | No webhook with this ID in the project. |