delete_webhook
Delete a webhook by its identifier. Confirmation is required as this action is irreversible.
Instructions
⚠️ DESTRUCTIVE - Confirm with user before calling. This endpoint allows you to delete an existing webhook with a given identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | The unique identifier for the webhook | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/webhooks/delete_webhook.json', then provide this exact path here to confirm. |