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

Documentation Index

Fetch the complete documentation index at: https://docs.walletconnect.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Api-Key
string
header
required

Path Parameters

id
string
required
Required string length: 1 - 256
merchantId
string
required

Response

Settlement deleted

id
string
required
deleted
boolean
required