delete_thread
Remove unwanted email conversations from your Gmail account by deleting entire message threads using their unique ID.
Instructions
Delete a thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the thread to delete |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the thread to delete",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}