removed and it can no longer be used to initiate payments. This action is irreversible — you will need to link a new account if you want to restore access.
HTTP Request
Authentication
Include your bearer token on every request:Path Parameters
The unique identifier of the bank account to remove. This is the
id returned when the account was created, or from the list accounts response.Response
This endpoint returns 204 No Content on success. No response body is returned.Example Request
Example Response
After deletion, the bank account record remains accessible via GET /v1/bank-accounts/ and GET /v1/bank-accounts with a
status of removed. This allows you to maintain an audit trail of all accounts that have ever been linked to your business.