---
title: "Delete Contact List"
method: DELETE
path: "/v1/contact-lists/{contact_list_id}"
tags: ["contacts"]
---

# Delete Contact List

`DELETE /v1/contact-lists/{contact_list_id}`

Delete a contact list and its entries.

Requires the `contact_lists:write` scope on the API key.

## Path parameters

- `contact_list_id` string, uuid, required

## Response `204`

Successful Response

---

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