Tool
support_webhook_delete
Remove a registered endpoint and the delivery history that points at it.
Remove a registered endpoint and the delivery history that points at it. To stop delivery without losing the registration, set its status to disabled instead
Behavior
- HTTP
DELETE /support/webhooks/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Webhook id |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | Id of the endpoint that was removed |
| deleted | boolean | • | Always true — the endpoint is gone |
Try it
Remove a registered endpoint and the delivery history that points at it.