todoist_delete_task
Remove tasks from Todoist using task IDs, names, or batch operations. Simplify task management by deleting specific or multiple tasks efficiently.
Instructions
Delete one or more tasks from Todoist
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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) | |
tasks | No | Array of tasks to delete (for batch operations) |