delete_mailbox
Remove an existing mailbox (folder) from your iCloud email account by specifying the mailbox name to delete unwanted folders and organize your email storage.
Instructions
Delete an existing mailbox (folder)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the mailbox to delete |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the mailbox to delete",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}