---
title: "DELETE /v1/todos/{id}"
method: DELETE
path: "/v1/todos/{id}"
tags: ["TodoService"]
---

# DELETE /v1/todos/{id}

`DELETE /v1/todos/{id}`

DeleteTodo permanently removes a todo item by its id.
 Returns NOT_FOUND if no todo exists with the supplied id.

## Path parameters

- `id` string, required

## Response `200`

OK

---

[API](https://skmtc.net/go-kratos/apis/todoservice-api.md) · [All operations](https://skmtc.net/go-kratos/apis/todoservice-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/go-kratos/todoservice-api/versions/d99daada47f9/schema)
