delete_webhook
Remove a webhook subscription by ID to stop event notifications. Use list_webhooks to find the correct ID before deleting.
Instructions
Delete a webhook subscription by id. The target URL immediately stops receiving event notifications. Irreversible, but a subscription can be recreated with create_webhook. Use list_webhooks to find the id and confirm which URL/events it covers before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhookId | Yes | Id of the webhook subscription to delete, from list_webhooks. |