---
title: "Delete Customers"
method: DELETE
path: "/customers"
tags: ["Customers"]
---

# Delete Customers

`DELETE /customers`

Deletes Customers.
**Required Query**
* id:in -- ID of the customer
**Notes**
A query is required to delete customers. If not provided, a 204 is returned, with no changes to the data.

## Query parameters

- `id:in` integer[], required

## Response `204`

No Content

## Changes

> 7 revisions in range; 1 could not be searched.

- **2018-08-27** `1440792ff2fd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bigcommerce/apis/bigcommerce-api/changes/customers/delete.md)

---

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