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

# Delete List

`DELETE /lists/{list_id}`

Delete List.
Also returns success if list was not found.

Required security scopes:
  * `api:manage`

## Path parameters

- `list_id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivino/apis/the-rankdb-api.md) · [All operations](https://skmtc.net/vivino/apis/the-rankdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivino/the-rankdb-api/revisions/7a45b5309a11/schema)
