# Deactivate Brand Wallet

**Method:** `POST`

**Path:** `/payment-option/wallet/customer/{customer_id}/deactivate`

**Category:** Brand Wallet

**Authentication:** Required

## Description

Deactivates a customer's brand wallet, preventing further transactions until reactivated.


## Path Parameters

- `customer_id` (`string`) **required** — Unique customer identifier (e.g. cust-v1-...).

## Responses

- `200` — Wallet deactivated successfully.
- `400` — 
- `401` — 
- `500` — 

---

Reference: https://localhost:3000/api/brand-wallet/deactivate-brand-wallet
