delete_todo
Permanently remove a todo from your personal planner using its unique ID. This action cannot be undone.
Instructions
Permanently delete a todo by ID. This action cannot be undone. Prefer mark_todo_done if you only want to record completion — completed todos remain searchable and visible in history. Example: {"id":"def67890"} → "deleted". Side effects: destructive, irreversible. The first call deletes; subsequent calls with the same id error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the todo to delete. |