---
title: "Delete a customer"
method: DELETE
path: "/customers/{customer_id}"
tags: ["Customers"]
---

# Delete a customer

`DELETE /customers/{customer_id}`

Deletes the customer with the requested ID.

🔒 Requires: `customers:write` scope

## Path parameters

- `customer_id` string, required

## Response `204`

---

[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)
