Delete Webhook
webhook_deleteDelete a webhook subscription by ID. Permanently removes the configuration and stops future deliveries. To temporarily pause without deleting, use webhook_set with { id, active: false }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| deleted | No |