---
title: "Delete customers from customer group"
method: DELETE
path: "/customer_groups/{customer_group_id}/customers"
tags: ["Customer Groups"]
---

# Delete customers from customer group

`DELETE /customer_groups/{customer_group_id}/customers`

Deletes the given customers from the customer group.

**Note**: Only the link is deleted, the customers are not.

🔒 Requires: `customers:write` scope

## Path parameters

- `customer_group_id` string, required

## Request body

- object — An array of Customer ids to delete from the Customer Group.
  - `customer_ids` string[]

## Response `204`

OK

- string

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
