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

# Delete customer

`DELETE /v1/customers/{id}`

Delete an existing customer. The customer must be archived prior to the deletion.

## Path parameters

- `id` string, required

## Response `204`

Customer deleted

## Other responses

- `404` — Customer not found

---

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