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

# Delete customers

`DELETE /api/customers`

## Request body

- object
  - `ids` integer[], required — A list of customer IDs to delete.

## Response `204`

No content.

---

[API](https://skmtc.net/gorgias/apis/gorgias-rest-api.md) · [All operations](https://skmtc.net/gorgias/apis/gorgias-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gorgias/gorgias-rest-api/versions/36f2e31f4e81/schema)
