ticktick_delete_task
Remove a specific task from TickTick using its task ID. Integrates with the TickTick MCP Server for task management automation and productivity workflows.
Instructions
Delete a task from TickTick
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | ID of the task to delete |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"description": "ID of the task to delete",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}