Delete Inbound Bank Account

DELETE {{Environment_URL}}/customers/v1/partner/physical/:cpf/accounts/inbound/:id

This route permanently removes an inbound bank account association from a client's profile.

Important consideration:

  • This operation is irreversible

Path Params

Attribute
Description
Type
Required

cpf

Client CPF document. For example 123.456.789-00

String

Yes

id

Client account ID

String

Yes

Headers

Name
Value
Description

authorization

Bearer <token>

Bearer Token obtained via sign-in

client-key

123ABCD456

Client authentication key, obtained via webhook.

Response

...

Last updated