Todos
Remove todo
Soft-deletes a todo item by its identifier. This operation marks the todo as deleted in the database but does not physically remove it. Associated tasks will have their todo reference cleared.
delete/v1/todos/{id}
Path parameters
idstring required
Unique identifier of the todo to delete
Response
Todo successfully deleted