Skip to main content
DELETE
/
management
/
configurations
/
payments
/
{blockchain}
curl -X DELETE "https://api.cryptomate.me/management/configurations/payments/polygon" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
Removes the payment destination configuration for a specific blockchain network. Requires an API key with access level 3 or higher.

Path parameters

blockchain
string
required
Blockchain network identifier.
curl -X DELETE "https://api.cryptomate.me/management/configurations/payments/polygon" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"