---
title: "Deletes a list"
method: DELETE
path: "/v1/boards/{boardId}/lists/{listId}.json"
tags: ["lists"]
---

# Deletes a list

`DELETE /v1/boards/{boardId}/lists/{listId}.json`

## Path parameters

- `boardId` integer, required
- `listId` integer, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `error` object
    - `code` number

## Other responses

- `400` — Invalid ID supplied
- `404` — Page not found

---

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