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

# Deactivate a customer

`DELETE /v1/customers/{customerId}`

Soft-delete a customer by setting them as inactive. Customer data is preserved.

## Path parameters

- `customerId` string, required

## Response `200`

Customer deactivated.

- object
  - `message` string

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Resource not found.

---

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