---
title: "Delete List"
method: DELETE
path: "/saved/lists/{list_id}"
tags: ["saved"]
---

# Delete List

`DELETE /saved/lists/{list_id}`

Delete a list. Its items cascade (FK ondelete=CASCADE).

Request cancellation before an active import's target disappears. Deletion
still wins if Hatchet is unavailable; late workflow stages treat the
missing target as an intentional no-op.

## Path parameters

- `list_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
