delete_todo_interactive
Remove todo items using interactive prompts to select and confirm deletions from your task list.
Instructions
Delete a todo item with interactive prompts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authToken | No | Authentication token from Kinde (optional if saved) |
Input Schema (JSON Schema)
{
"properties": {
"authToken": {
"description": "Authentication token from Kinde (optional if saved)",
"type": "string"
}
},
"type": "object"
}