delete_task
Remove a specific task from Todoist by providing its unique task ID using this tool, enabling efficient task management through the Todoist Python MCP Server.
Instructions
Delete a task by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"title": "delete_taskArguments",
"type": "object"
}