Tool
observe_webhooks_delete
Remove a webhook endpoint and its delivery log.
Remove a webhook endpoint and its delivery log. Delivery stops immediately. To stop delivery while keeping the history, set the endpoint inactive instead.
Behavior
- HTTP
DELETE /observe/webhooks/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Identifier of the endpoint |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | Identifier of the removed endpoint |
| deleted | boolean | • | Always true; the call fails otherwise |
Try it
Remove a webhook endpoint and its delivery log.