delete_folder
Delete an email folder by name. Set confirm to true to execute deletion; otherwise, a preview warning is returned.
Instructions
Delete an email folder/mailbox. SAFETY: requires confirm=true to actually delete. Without confirm, returns a preview warning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the folder to delete | |
| confirm | No | Set to true to actually delete. Without this, only shows a preview warning. | |
| account | No | Account name (uses default if omitted) |