Delete Outbound Beneficiary

Delete Outbound Beneficiary

DELETE {{Environment_URL}}/customers/v1/partner/legal/:cnpj/beneficiary/:accountId

This route permanently removes an outbound beneficiary account association from a client's profile.

Important consideration:

  • This operation is irreversible

Headers

Name
Value
Description

Authorization

Bearer <token>

Bearer Token obtained via sign-in

client-key

123ABCD456

Client authentication key

Path Params

Key
Description
Required
Data Type
Example

cnpj

cnpj in format 10111101000101

true

String

10111101000101

accountId

The unique identifier of the bank account to be deleted. This ID is returned in the account creation response

true

String

5f96e5aa50ec760014d2bcc1

Response

// NO CONTENT