imap_delete_mailbox
Delete an IMAP mailbox or folder permanently. Specify the mailbox name and confirm with true to remove it, with optional account selection for multi-account setups.
Instructions
Delete a mailbox/folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Explicit confirmation required (must be `true`) | |
| account_id | No | Account identifier (defaults to `"default"`) | default |
| mailbox_name | Yes | Name of the mailbox to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool-specific data payload | |
| meta | Yes | Execution metadata (timestamp, duration) | |
| summary | Yes | Human-readable summary of the operation outcome |