Skip to main content
DELETE
/
api
/
v1
/
auth
/
merchants
/
{merchant_id}
Delete merchant or sub-merchant (soft delete)
curl --request DELETE \
  --url https://crypto.westminister.tech/api/v1/auth/merchants/{merchant_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "merchant deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

merchant_id
string<uuid>
required

Response

200 - application/json

Merchant deleted

message
string