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

# Delete a Customer

`DELETE /shop/customers/{customerId}`

Anonymises the given `Customer`. The customer record is retained for
accounting and reporting purposes but personally identifiable
information is scrubbed.

## Response `204`

The customer was successfully anonymised

## Other responses

- `400` — The customer could not be anonymised
- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
