---
title: "Removes customers from an existing customer list."
method: DELETE
path: "/api/v2/target-group/customer-list/{list-id}/customers"
tags: ["target-group"]
---

# Removes customers from an existing customer list.

`DELETE /api/v2/target-group/customer-list/{list-id}/customers`

## Path parameters

- `list-id` string, required

## Request body

- string[]

## Response `200`

Success

- OptimoveAPIModelsRemoveCustomersFromListResponse — Response model for removing customers from a customer list.
  - `list-id` string, nullable — The ID of the customer list
  - `removed-count` integer — Number of customers successfully removed
  - `not-found-count` integer — Number of customers not found in the list
  - `not-found-customers` string[], nullable — List of customer IDs that were not found

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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