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

# Delete customer

`DELETE /customers/{id}`

Use when removing a customer (e.g. GDPR or churn). Returns 204 No Content on success.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `400` — Invalid request
- `500` — Server error

---

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