Skip to main content
Permanently delete multiple emails

Tool details

FieldValue
Namegmail__batch_delete_emails
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "ids": {
      "type": "array",
      "description": "Email message IDs"
    }
  },
  "required": [
    "ids"
  ],
  "description": "Input schema for the gmail__batch_delete_emails tool."
}

Output schema

This tool does not publish an output schema.