delete_mailbox_webhook
Cancel a mailbox's webhook to stop new-mail notifications from firing immediately. Solves unwanted event triggers by removing the webhook for a specific domain and local part.
Instructions
Remove a mailbox's webhook - new mail stops firing it immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | A domain, e.g. example.com | |
| localPart | Yes | The part before @, e.g. "hello" for hello@example.com |