trash_thread
Move email threads to trash in Gmail to declutter your inbox and manage email organization by removing unwanted conversations.
Instructions
Move a thread to the trash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the thread to move to trash |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the thread to move to trash",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}