---
title: "DELETE /list/{list_name}"
method: DELETE
path: "/list/{list_name}"
---

# DELETE /list/{list_name}

`DELETE /list/{list_name}`

Deletes a list with the specified name

## Path parameters

- `list_name` string, required

## Response `200`

List deletion response

- DeleteListResponse
  - `request_id` string — The ID of the request
  - `message` string — Success message
  - `success` boolean — Whether the operation was successful

## Other responses

- `400` — List not found or invalid request

---

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