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

Changes

No recorded changes to this endpoint across all 3 revisions of this API.