---
title: "Unlink client contacts from a list"
method: POST
path: "/lists/{id}/client-contacts/_unlink"
tags: ["Client Contact Lists"]
---

# Unlink client contacts from a list

`POST /lists/{id}/client-contacts/_unlink`

Unlink a set of client contacts from a specific client contact list. Specify client contact IDs to remove from the list.

## Path parameters

- `id` string, required

## Request body

- UnlinkClientContactsFromListDto
  - `selection` ClientContactIncludedSelectionDto, required
    - `type` 'included', required
    - `ids` ClientContactIncludedIdsDto, required
      - `include` string[], required

## Response `204`

Client contacts unlinked from list successfully

## Other responses

- `400` — Bad request - invalid client contact IDs or bulk action count limit exceeded
- `401` — Unauthorized - invalid or missing authentication
- `404` — Client contact list not found
- `500` — Error response

---

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