delete_mailbox
Delete a project's mailbox permanently, removing all messages and webhook subscriptions. Requires explicit confirmation to prevent accidental data loss.
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 ID to delete (mbx_...). If omitted, resolves the project's mailbox from the keystore or via GET /mailboxes/v1. | |
| confirm | Yes | Must be true. Destructive: deleting a mailbox drops all messages and webhook subscriptions and is irreversible. |