banking - Remove an own bank account
Banking
Remove An Own Bank Account
Removes a bank account owned by the authenticated user.
- AR (
bankrail): performs a soft delete. Returns409(BANK_0002) if the account has pending movements. - BR (
pixrail): disables the Pix key (soft delete). Always succeeds if the key exists.
Domain error codes (returned inside data.detail[] on error):
BANK_0002— the account has pending movements and cannot be removed.
Authorization
- Requires a valid API key.
DELETE
banking - Remove an own bank account
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
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 of the account to remove. Use bank for Argentine accounts, pix for Brazilian Pix keys.
Example:
"bank"
Unique identifier of the bank account.
Example:
42