---
title: "Delete Todo"
method: DELETE
path: "/todos/{todoId}"
tags: ["Standard Todo List Endpoints"]
---

# Delete Todo

`DELETE /todos/{todoId}`

Deletes a todo list item. Will return an error if the todo list item does not exist.

## Path parameters

- `todoId` string, required

## Response `200`

Empty response.

- object

## Other responses

- `400` — Schema validation error

---

[API](https://skmtc.dev/openid/apis/authzen-todo.md) · [All operations](https://skmtc.dev/openid/apis/authzen-todo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openid/authzen-todo/revisions/c0276fd788b1/schema)
