prepare_delete_email
Prepare an email for deletion by moving it to trash. Get a preview and an approval token (valid 5 minutes) to confirm via confirm_delete_email.
Instructions
Prepare to delete an email (move to trash). Returns a preview of the email and an approval token with expiration time. Call confirm_delete_email with the token to execute the deletion. Returns an error if the email ID does not exist. The token expires after 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | The email ID to delete (e.g., from list_emails or search_emails) |