---
title: "Remove an existing customer"
method: DELETE
path: "/admin/customers/{id:\\\\d+}.json"
tags: ["Customer"]
---

# Remove an existing customer

`DELETE /admin/customers/{id:\\d+}.json`

Deletes a customer. A customer can't be deleted if they have existing orders.

## Response `200`

OK

- ModelsSwaggerDeleteResponse

---

[API](https://skmtc.net/shopbase/apis/shopbase-internal-api.md) · [All operations](https://skmtc.net/shopbase/apis/shopbase-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopbase/shopbase-internal-api/revisions/353ccde6240d/schema)
