Skip to main content
DELETE
/
management
/
clients
/
individuals
/
{id}
curl -X DELETE "https://api.cryptomate.me/management/clients/individuals/4QWq1rQtjnLM0wMswTRY9AmM4XTvY4GG" \
  -H "x-api-key: $CRYPTOMATE_API_KEY"
{
  "code": "NOT_FOUND",
  "message": "Company client not found with id: 4QWq1rQtjnLM0wMswTRY9AmM4XTvY4GG"
}
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.

Response

Returns 204 No Content on success with an empty body.
curl -X DELETE "https://api.cryptomate.me/management/clients/individuals/4QWq1rQtjnLM0wMswTRY9AmM4XTvY4GG" \
  -H "x-api-key: $CRYPTOMATE_API_KEY"
{
  "code": "NOT_FOUND",
  "message": "Company client not found with id: 4QWq1rQtjnLM0wMswTRY9AmM4XTvY4GG"
}