todoist_tasks_bulk_delete
Delete multiple Todoist tasks at once using search criteria like project, priority, due dates, or content. Permanently removes matching tasks.
Instructions
Delete multiple tasks at once based on search criteria. Use with caution - this will permanently delete matching tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Delete tasks from this project ID (optional) | |
| priority | No | Delete tasks with this priority level 1 (highest) to 4 (lowest) (optional) | |
| due_before | No | Delete tasks due before this date (YYYY-MM-DD) (optional) | |
| due_after | No | Delete tasks due after this date (YYYY-MM-DD) (optional) | |
| content_contains | No | Delete tasks containing this text in content (optional) |