---
title: "Bans a seller"
method: PUT
path: "/merchant/block-seller"
tags: ["merchant"]
---

# Bans a seller

`PUT /merchant/block-seller`

## Headers

- `Authorization` string, required

## Request body

- BlockSellerRequest
  - `merchantId` string, required
  - `reason` string, required
  - `level` 'Unverified' | 'Suspended', required

## Response `200`

Successful response

---

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