Skip to content
  • Auto
  • Light
  • Dark
Get started

Delete

Delete
delete/v1/todos/{id}
Path Parameters
idstring
Returns
idstring
deletedboolean
curl https://todo-ninja-ziix.onrender.com/v1/todos/$ID \
    -X DELETE \
    -H "Authorization: Bearer $TODO_NINJA_API_KEY"
200 Example
{
  "id": "todo_nc6bzmkmd014706rfda898to",
  "deleted": true
}