Gmail
GMAIL_REMOVE_LABEL
Permanently deletes a specific, existing user-created gmail label by its id for a user; cannot delete system labels.
Remote gmail
Other tools also called GMAIL_REMOVE_LABEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user_id": {
"type": "string",
"title": "User Id",
"default": "me",
"examples": [
"me",
"[email protected]"
],
"description": "User's email address or 'me' for the authenticated user."
},
"label_id": {
"type": "string",
"title": "Label Id",
"examples": [
"Label_123",
"Label_xyz789"
],
"description": "ID of the user-created label to be permanently deleted; must exist and not be a system label."
}
}
}