delete_emails
Delete selected emails from a specified mailbox using their unique IDs obtained from listing email metadata.
Instructions
Delete one or more emails by their email_id. Use list_emails_metadata first to get the email_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox | No | The mailbox to delete emails from. | INBOX |
| email_ids | Yes | List of email_id to delete (obtained from list_emails_metadata). | |
| account_name | Yes | The name of the email account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |