---
title: "Deletes a Todo item by unique identifier"
method: DELETE
path: "/lists/{listId}/items/{itemId}"
tags: ["Items"]
---

# Deletes a Todo item by unique identifier

`DELETE /lists/{listId}/items/{itemId}`

## Path parameters

- `listId` string, required
- `itemId` string, required

## Response `204`

Todo item deleted successfully

## Other responses

- `404` — Todo list or item not found

---

[API](https://skmtc.dev/azure/apis/simple-todo-api.md) · [All operations](https://skmtc.dev/azure/apis/simple-todo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/simple-todo-api/revisions/3276bd2e08f8/schema)
