Skip to main content
POST
Register a holder-ownership removal

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json
account
string
required

The account number.

Example:

"0007654321"

accountId
string
required

The CRM account id of the caller (resolves the server-side ISPB).

Example:

"acc-123"

accountType
integer<int64>
required

The account type (0=Checking,1=Salary,2=Savings,3=Payment,4=PI).

Example:

0

document
string
required

The target holder document (CPF/CNPJ).

Example:

"82437485000140"

personType
integer<int64>
required

The target holder person type (0=Person,1=Corporate).

Example:

1

branch
string

The branch number of the account.

Example:

"0001"

Response

OK

deletedKeys
object[] | null
required

The per-key deletion outcomes.