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

Changes

Changed in 2 of the 6 revisions of this API.11