delete_webhook
Cancel a webhook subscription by its ID. Requires confirmation to permanently delete the webhook and stop future notifications.
Instructions
Remove a webhook subscription by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirmed | No | Must be true to delete the webhook. | |
| webhook_id | Yes | ID of the webhook to delete (from list_webhooks). | |
| idempotency_key | No | Optional stable key to prevent duplicate delete attempts on retries. |