Skip to main content
DELETE
/
management
/
companies
/
{companyId}
curl -X DELETE "https://api.cryptomate.me/management/companies/comp_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "code": "NOT_FOUND",
  "message": "Company not found"
}
Permanently deletes a company and all its associated data from the system.

Path parameters

companyId
string
required
Unique identifier of the company to delete.
curl -X DELETE "https://api.cryptomate.me/management/companies/comp_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "code": "NOT_FOUND",
  "message": "Company not found"
}