delete_mailbox_webhook
Delete a webhook by providing project ID and webhook ID. Idempotent operation — succeeds even if the webhook was already deleted.
Instructions
Delete a webhook. Idempotent — succeeds even if already deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox | No | Target mailbox by slug or id; omit only when the project has exactly one mailbox. | |
| project_id | Yes | The project ID | |
| webhook_id | Yes | The webhook ID (whk_...) |