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

# Delete customer

`DELETE /public/v1/customers/{customer_id}/`

Delete a customer by ID. Fails if the customer is referenced by other records.

## Path parameters

- `customer_id` integer, required

## Response `200`

OK

- SuccessSchema
  - `success` true
  - `errors` object

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

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