Skip to main content
Permanently delete a Gmail thread

Tool details

FieldValue
Namegmail__delete_thread
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "threadId": {
      "type": "string",
      "description": "Thread ID"
    }
  },
  "required": [
    "threadId"
  ],
  "description": "Input schema for the gmail__delete_thread tool."
}

Output schema

This tool does not publish an output schema.