ticktick_delete_task_template
Delete a task template in TickTick by specifying the template ID using the MCP server integration, streamlining task management workflows efficiently.
Instructions
Remove template
Input Schema
Name | Required | Description | Default |
---|---|---|---|
template_id | Yes | ID of template to delete |
Input Schema (JSON Schema)
{
"properties": {
"template_id": {
"description": "ID of template to delete",
"type": "string"
}
},
"required": [
"template_id"
],
"type": "object"
}