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": "<string>",
  "deleted": true
}

Authorizations

Api-Key
string
header
required

Path Parameters

merchantId
string
required

Response

Merchant deleted

id
string
required
deleted
boolean
required