Skip to main content
DELETE
banking - Remove an own bank account

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.

Path Parameters

rail_type
string
required

Rail type of the account to remove. Use bank for Argentine accounts, pix for Brazilian Pix keys.

Example:

"bank"

id
integer
required

Unique identifier of the bank account.

Example:

42

Response

Bank account removed successfully.

error_code
string
required
Example:

null

message
string
required
Example:

null

data
object
required