Skip to main content
DELETE
/
v1
/
merchants
/
{merchantId}
Delete a merchant
curl --request DELETE \
  --url https://api.pay.walletconnect.com/v1/merchants/{merchantId} \
  --header 'Api-Key: <api-key>'
{
  "id": "mrch_7kBz2qR9xPvLmN4Yw",
  "deleted": true
}

Authorizations

Api-Key
string
header
required

Path Parameters

merchantId
string
required

Response

Merchant deleted

id
string
required

Merchant ID

deleted
boolean
required

Whether the merchant was successfully deleted