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

Documentation Index

Fetch the complete documentation index at: https://walletconnect-pay-docs-docs-add-ai-agent-sdk-section.mintlify.app/llms.txt

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

Authorizations

Api-Key
string
header
required

Path Parameters

id
string
required

Crypto settlement ID

Required string length: 1 - 256
Example:

"crypto_Xk7nWp8XmQj2YrTv6"

merchantId
string
required

Response

Settlement deleted

id
string
required

Crypto settlement ID

deleted
boolean
required

Whether the settlement was successfully deleted