DataBolsa docs
Referência da APIClientes

Excluir cliente (remoção real, com carteiras e perfil)

Correção de cadastro errado. Para fim de relação, prefira `PATCH status: offboarded` (arquiva preservando histórico).

DELETE
/v1/advisor/orgs/{org}/clients/{clientId}
AuthorizationBearer <token>

In: header

Path Parameters

orgstring
clientIdstring

Response Body

curl -X DELETE "https://api.databolsa.com/v1/advisor/orgs/string/clients/string"
{
  "deleted": true
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "code": "string"
}