Software Planning Tool

remove_todo

Remove a todo item from the current plan

Input Schema

NameRequiredDescriptionDefault
todoIdYesID of the todo item to remove

Input Schema (JSON Schema)

{ "properties": { "todoId": { "description": "ID of the todo item to remove", "type": "string" } }, "required": [ "todoId" ], "type": "object" }