---
title: "Delete a list"
method: DELETE
path: "/lists/{id}"
tags: ["lists"]
---

# Delete a list

`DELETE /lists/{id}`

## Path parameters

- `id` string, required

## Response `200`

List deleted successfully.

- object
  - `success` boolean

## Other responses

- `403` — Invalid API key, or feature not available.
- `404` — Resource not found.
- `424` — Operation cannot be completed (dependency failed).

---

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