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

# Unlink clients from a list

`POST /lists/{id}/clients/_unlink`

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

## Path parameters

- `id` string, required

## Request body

- UnlinkClientsFromListDto
  - `selection` ClientIncludedSelectionDto, required
    - `type` 'included', required
    - `ids` ClientIncludedIdsDto, required
      - `include` string[], required

## Response `204`

Clients unlinked from list successfully

## Other responses

- `400` — Bad request - invalid client IDs or bulk action count limit exceeded
- `401` — Unauthorized - invalid or missing authentication
- `404` — Client 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)
