Delete Outbound Brokerage Account
Delete Outbound Brokerage Account
DELETE {{Environment_URL}}/customers/v1/partner/physical/:cpf/investmentBroker/:brokerId
This mutation permanently removes a specific brokerage account association from a client's profile.
Important considerations:
This operation is irreversible
Headers
Name
Value
Authorization
Bearer <token>
client-key
123ABCD456
Path Params
Parameter
Description
Type
Required
Example
cpf
The CPF. Must be a valid 11-digit number without punctuation.
String
Yes
"12345678900"
brokerId
The unique identifier of the brokerage account to retrieve. This ID is returned when the account is created or listed.
String
Yes
"5f96e5aa50ec760014d2bcc1"
Response
// NO CONTENT{
"status": 404,
"message": "Investment broker 5f96e5aa50ec760014d2bcc1 not found",
"name": "NotFoundException"
}
