Skip to main content
DELETE
/
management
/
clients
/
{clientId}
/
providers
/
{id}
curl -X DELETE "https://api.cryptomate.me/management/clients/client_a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d/providers/cpc_abc123" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
Removes the link between a client and a provider’s customer ID. Requires an API key with access level 3 or higher.

Path parameters

clientId
string
required
Unique identifier of the client.
id
string
required
Unique identifier of the provider customer link to delete.
curl -X DELETE "https://api.cryptomate.me/management/clients/client_a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d/providers/cpc_abc123" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"