gmail_delete_label
Delete a Gmail label by specifying the account and label name. Use confirm=true to apply the deletion; otherwise, it previews the impact without changes.
Instructions
Delete a Gmail label. Without confirm: true this only reports what would be lost and changes nothing. Deleting a label does not delete messages, but their categorisation is lost permanently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| account | Yes | Configured Gmail account alias, e.g. work, personal, support. | |
| confirm | No | Must be true to actually delete. |