---
title: "Delete List"
method: DELETE
path: "/api/v1.4/lists/{list_uid}/"
tags: ["lists"]
---

# Delete List

`DELETE /api/v1.4/lists/{list_uid}/`

Deletes an existing list.

## Path parameters

- `list_uid` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized. API key is invalid.
- `404` — Not Found.
- `429` — Too Many Requests. Rate limit exceeded.
- `500` — Internal Server Error. An error occurred with our API.

## Changes

- **2024-12-04** `b36e8e329afb` — 6 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - api tag `lists` added
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `404`
  - …2 more
- **2024-12-04** `f80fb2a115ff` — 1 warning, 2 info
  - deleted the `header` request parameter `Content-Type`
  - api operation id `delete` removed and replaced with `deleteList`
  - the endpoint scheme security `ApiKeyAuth` was added to the API
- **2024-12-04** `29fbf7a6e106` — 1 warning
  - deleted the `header` request parameter `Authorization`

[Change history](https://skmtc.dev/tjc-lp/apis/grata-unified-api/changes/api/v1.4/lists/:list_uid/delete.md)

---

[API](https://skmtc.dev/tjc-lp/apis/grata-unified-api.md) · [All operations](https://skmtc.dev/tjc-lp/apis/grata-unified-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tjc-lp/grata-unified-api/revisions/d78ed69a85eb/schema)
