todoist_delete_label
Remove a Todoist label by specifying its ID, enabling efficient label management within the Enhanced Todoist MCP Server Extended.
Instructions
Delete a label by its ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
labelId | Yes | The ID of the label to delete. |
Input Schema (JSON Schema)
{
"properties": {
"labelId": {
"description": "The ID of the label to delete.",
"type": "string"
}
},
"required": [
"labelId"
],
"type": "object"
}