Webhooks
Delete Webhook
Permanently deletes a webhook endpoint. Once deleted, the endpoint will no longer receive any events. This action cannot be undone.
Endpoint
DELETE
/api/v1/webhooks/:idPath Parameters
| Name | Type | Description |
|---|---|---|
idrequired | string | The unique identifier of the webhook to delete |
Response
Returns a confirmation object with the deleted webhook's ID.
Example
Warning: Deleting a webhook is permanent. If you want to temporarily stop receiving events, consider updating the webhook to set
active: falseinstead.