---
title: "Delete a Customer"
method: DELETE
path: "/v1/customers/{customer_id}"
---

# Delete a Customer

`DELETE /v1/customers/{customer_id}`

This API deletes an existing customer.

## Path parameters

- `customer_id` string, required

## Response `204`

204

## Other responses

- `404` — 404
- `409` — 409

---

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