todoist_delete_task
Permanently delete a task from Todoist by specifying its task ID. This action cannot be undone and removes the task completely.
Instructions
Permanently delete a task.
⚠️ This action cannot be undone. The task will be permanently removed.
Args:
params: DeleteTaskInput containing:
- task_id: The task ID to delete
Returns:
Confirmation that the task was deleted.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |