todoist_delete_task
Remove a task from Todoist using its unique ID through the Enhanced Todoist MCP Server Extended integration, simplifying task management automation.
Instructions
Delete a task by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
taskId | Yes | The ID of the task to delete |
Input Schema (JSON Schema)
{
"properties": {
"taskId": {
"description": "The ID of the task to delete",
"type": "string"
}
},
"required": [
"taskId"
],
"type": "object"
}