---
title: "Deactivate a Merchant"
method: DELETE
path: "/v1/merchants/{merchant-id}"
tags: ["Merchants"]
---

# Deactivate a Merchant

`DELETE /v1/merchants/{merchant-id}`

## Path parameters

- `merchant-id` string, required — Unique identifier for the merchant

## Response `204`

Merchant deactivated or already deactivated.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Resource not found
- `405` — Method not allowed
- `409` — Resource conflict
- `429` — Too many requests
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/ppro/apis/payment-charges.md) · [All operations](https://skmtc.net/ppro/apis/payment-charges/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ppro/payment-charges/versions/112e8bb4c815/schema)
