Delete Gmail Label
gmail_delete_labelRemove a custom Gmail label using its ID. The label is stripped from all messages, but the messages themselves remain intact. System labels are excluded.
Instructions
Delete a user-created label from Gmail. System labels cannot be deleted.
Args:
label_id (string): The label ID to delete (use gmail_list_labels to find IDs)
Note: Deleting a label removes it from all messages but does not delete the messages.
Examples:
Use when: "Delete the label with ID Label_123"
Use when: "Remove the 'OldProject' label"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_id | Yes | The label ID to delete (e.g. 'Label_123') |