delete_task
Remove tasks from your Todoist workspace by specifying the task ID to clear completed items or eliminate unwanted entries from your task list.
Instructions
Delete a task.
Args:
task_id: The ID of the task to delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}