Skip to main content
DELETE
/
management
/
clients
/
{id}
curl -X DELETE "https://api.cryptomate.me/management/clients/client_a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "code": "NOT_FOUND",
  "message": "Company client not found with id: client_a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
}
Permanently deletes a client and all associated data from the company. Requires an API key with access level 3 or higher.

Path parameters

id
string
required
Unique identifier of the client to delete.
curl -X DELETE "https://api.cryptomate.me/management/clients/client_a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "code": "NOT_FOUND",
  "message": "Company client not found with id: client_a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
}