Delete a webhook endpoint.
DELETE /webhooks/{webhook_id}
Removes a webhook. Event delivery to its endpoint stops immediately — no further events are sent, and there are no dangling deliveries.
| Parameter | Type | Required | Description |
|---|---|---|---|
| webhook_id | string | Yes | The ID of the webhook to delete. |