---
title: "Delete List"
method: DELETE
path: "/api/list/{listId}"
tags: ["List"]
---

# Delete List

`DELETE /api/list/{listId}`

Delete a list with the given list ID.<br><br>*Rate limit*:<br>Limit: 150<br>TTL: 60s

**Scopes:**
`list:manage`

## Path parameters

- `listId` string, required — Primary key that uniquely identifies this list. Generated by Bespoke.

## Headers

- `revision` string, required

## Response `204`

Delete A List

## Other responses

- `5XX`
- `4XX`

---

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