---
title: "Deletes a Todo list by unique identifier"
method: DELETE
path: "/lists/{listId}"
tags: ["Lists"]
---

# Deletes a Todo list by unique identifier

`DELETE /lists/{listId}`

## Path parameters

- `listId` string, required

## Response `204`

Todo list deleted successfully

## Other responses

- `404` — Todo list 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)
