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

# Delete a customer

`DELETE /ar/customers/{customerId}`

Delete a customer. This action cannot be undone.

## Path parameters

- `customerId` string, uuid, required — The customer who will receive the invoice. Use the /api/v1/ar/customers endpoint to list your customers and find the corresponding id, or create a new customer first.

## Response `200`

## Other responses

- `404` — `customerId` not found

---

[API](https://skmtc.net/mercurytechnologies/apis/mercury-api.md) · [All operations](https://skmtc.net/mercurytechnologies/apis/mercury-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mercurytechnologies/mercury-api/revisions/0bdf4a496e03/schema)
