---
title: "Remove contact from contact list"
method: DELETE
path: "/contacts/{contactId}/contact-lists/{contactListId}"
tags: ["Contacts"]
---

# Remove contact from contact list

`DELETE /contacts/{contactId}/contact-lists/{contactListId}`

Deletes a single contact from a contact list

## Path parameters

- `contactId` string, required
- `contactListId` string, required

## Response `200`

OK

- PAContactDeletedFromContactListDTO
  - `id` string — The unique identifier of the contact list the contact was removed from

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/superchat/apis/superchat-api.md) · [All operations](https://skmtc.dev/superchat/apis/superchat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superchat/superchat-api/revisions/3bc557a0072f/schema)
