---
title: "Archive the customer so it is no longer available for use in the system."
method: PATCH
path: "/v1/customers/{customer_id}/archive"
tags: ["Customers"]
---

# Archive the customer so it is no longer available for use in the system.

`PATCH /v1/customers/{customer_id}/archive`

Archive the customer so it is no longer available for use in the system.
customer linked to an open account can not be archived.

## Path parameters

- `customer_id` string, uuid, required

## Response `204`

Customer has been updated successfully

## Other responses

- `400` — Invalid request
- `401` — Authentication error
- `500` — Internal server error

---

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