Tool
users_webhooks_delete
Delete a webhook endpoint, its signing secrets and its delivery log.
Delete a webhook endpoint, its signing secrets and its delivery log. Immediate and final; deliveries already in flight stop.
Behavior
- HTTP
DELETE /users/webhooks/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Id of the webhook endpoint. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| deleted | boolean | • |
Try it
Delete a webhook endpoint, its signing secrets and its delivery log.