latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-157413.3 KB

bbd5b5339910

TodoService

DeleteTodo soft-deletes a todo item by its id. The record is retained by the server but no longer appears in GetTodo or ListTodos results. Returns NOT_FOUND if no todo exists with the supplied id.

delete/v1/todos/{id}

Path parameters

idstring required

Unique identifier of the todo item to delete.

Response

OK