todoist_task_delete
Delete a task from Todoist by providing its ID or a partial name search (case-insensitive).
Instructions
Delete a task found by ID or partial name search (case-insensitive)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Task ID to delete (optional, takes precedence over task_name) | |
| task_name | No | Partial task name to search for deletion (used if task_id not provided) |