ticktick_delete_tag
Permanently remove a specific tag from TickTick task management using its unique ID. Streamline organization and declutter your workspace with this straightforward deletion tool.
Instructions
Delete a tag permanently
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tag_id | Yes | ID of the tag to delete |
Input Schema (JSON Schema)
{
"properties": {
"tag_id": {
"description": "ID of the tag to delete",
"type": "string"
}
},
"required": [
"tag_id"
],
"type": "object"
}