Skip to main content
DELETE
/
mpc
/
accounts
/
{accountId}
curl -X DELETE "https://api.cryptomate.me/mpc/accounts/acc_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{}
Deletes a treasury account and all associated wallets. The account must not have active balances. Requires an API key with access level 2 or higher.

Path parameters

accountId
string
required
The account ID to delete.

Response

Returns HTTP 200 with an empty body on success.
curl -X DELETE "https://api.cryptomate.me/mpc/accounts/acc_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{}