keel_delete_webhook
Remove an unwanted webhook subscription by its ID; operation is idempotent, so retries are safe. Verify removal by listing webhooks.
Instructions
Delete a webhook subscription by id. Idempotent — deleting an id that does not exist also succeeds, so a success result does not prove a subscription was removed. Call keel_list_webhooks to confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The webhook subscription id to remove. |