Google Super

GOOGLESUPER_BATCH_DELETE_MESSAGES

Tool to permanently delete multiple Gmail messages in bulk. Use when you need to efficiently remove large numbers of emails (e.g., retention enforcement, mailbox hygiene).

Remote googlesuper

Other tools also called GOOGLESUPER_BATCH_DELETE_MESSAGES? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "ids": {
      "type": "array",
      "items": {
        "type": "string",
        "properties": {}
      },
      "title": "Ids",
      "examples": [
        [
          "18c5f5d1a2b3c4d5",
          "18c5f5d1a2b3c4d6"
        ]
      ],
      "minItems": 1,
      "description": "List of message IDs to delete. Obtain IDs via list or fetch actions."
    },
    "userId": {
      "type": "string",
      "title": "User Id",
      "default": "me",
      "examples": [
        "me",
        "[email protected]"
      ],
      "description": "User's email address or 'me' for the authenticated user."
    }
  }
}