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

# Unlink candidates from a list

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

Unlink a set of candidates from a specific candidate list. Specify candidate IDs to remove from the list.

## Path parameters

- `id` string, required

## Request body

- UnlinkCandidatesFromListDto
  - `selection` CandidateIncludedSelectionDto, required
    - `type` 'included', required
    - `ids` CandidateIncludedIdsDto, required
      - `include` string[], required

## Response `204`

Candidates unlinked from list successfully

## Other responses

- `400` — Bad request - invalid candidate IDs or bulk action count limit exceeded
- `401` — Unauthorized - invalid or missing authentication
- `404` — Candidate 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/revisions/ad1f8c51cf0a/schema)
