---
title: "Remove List Members"
method: DELETE
path: "/api/v1/lists/{list_id}/members"
tags: ["lists"]
---

# Remove List Members

`DELETE /api/v1/lists/{list_id}/members`

## Path parameters

- `list_id` string, uuid, required

## Request body

- ContactListMemberMutation — Body for adding/removing members by kind + ids.
  - `kind` 'customer' | 'business', required
  - `ids` string[], required

## Response `200`

Successful Response

- ContactListMemberMutationResult — How many members were actually added/removed, and the new count.
  - `changed` integer, required
  - `member_count` integer, required

## Other responses

- `404` — List not found
- `422` — Validation Error

---

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