todoist_delete_task
Remove tasks from Todoist by specifying task IDs or names, supporting both single and batch deletions to manage your task list.
Instructions
Delete one or more tasks from Todoist
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | No | Array of tasks to delete (for batch operations) | |
| task_id | No | ID of the task to delete (preferred) | |
| task_name | No | Name/content of the task to search for and delete (if ID not provided) |