/
/HydrAIDE todo-api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
  • getList todos (optionally filtered by status)
  • postCreate a todo
  • getRead a todo by id
  • deleteDelete a todo
  • patchPatch a todo (atomic field-level mutation)

Delete a todo

delete/todos/{id}

Response

Deleted

Changes