Remove labels from a thread
unlabel_threadRemove one or more labels from every message in a Gmail thread to clean up thread organization.
Instructions
Remove one or more labels from every message in a Gmail thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | The Gmail address to operate on. Must be one of the accounts returned by list_accounts. If you don't know which account to use, call list_accounts first and ask the user if ambiguous. | |
| labelIds | Yes | Gmail label IDs (from list_labels), e.g. ['INBOX', 'Label_12345']. | |
| threadId | Yes | The Gmail thread ID. |