Delete Mailbox
delete_mailboxDelete a mailbox and all its messages (including attachments). Requires confirm=true. Call without confirm first to see what will be deleted. API: DELETE /api/emails/{address}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Mailbox slug | |
| domain | Yes | Mailbox domain | |
| confirm | No | Must be true to actually delete. Omit to preview. |