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
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲