---
title: "Delete a specific List"
method: POST
path: "/api/v1/deleteList/{spaceId}/{listId}"
tags: ["List"]
---

# Delete a specific List

`POST /api/v1/deleteList/{spaceId}/{listId}`

## Path parameters

- `spaceId` string, required
- `listId` string, required

## Response `204`

No Content

## Other responses

- `404` — List not found

---

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