delete_mailbox
Delete a project's mailbox, permanently removing all messages and webhook subscriptions. Confirmation (confirm=true) is required.
Instructions
Delete the project's mailbox (irreversible — drops all messages and webhook subscriptions). Requires confirm=true. If mailbox_id is omitted, resolves the project's mailbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| mailbox_id | No | Mailbox to delete — slug or id (mbx_...). If omitted, deletes the project's only mailbox; on a project with more than one mailbox, omitting it returns an ambiguity error naming the slugs. | |
| confirm | Yes | Must be true. Destructive: deleting a mailbox drops all messages and webhook subscriptions and is irreversible. |