gmail_remove_label
Remove a label from a Gmail email by specifying the email address, message ID, and label ID obtained from gmail_list_labels.
Instructions
Remove a label from an email. Use gmail_list_labels to get label IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The Gmail address the email belongs to. | ||
| labelId | Yes | The label ID to remove (from gmail_list_labels). | |
| messageId | Yes | The Gmail message ID. |