---
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.

## Changes

- **2026-05-03** `a382df24e843` — 1 info
  - for the `path` request parameter `customerId`, the format was generalized from `uuid` to no format
- **2026-04-14** `c75657100757` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/yuvexpay/apis/yuvexpay-api/changes/v1/customers/:customerId/delete.md)

---

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