Skip to main content
Remove a bank account from your business. Once deleted, the account’s status transitions to 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

bankAccountId
string
required
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

Deleting a bank account is permanent. The account status is set to removed and the account cannot be restored. If the deleted account was your only verified account, you will need to link and verify a new one before you can process payments.
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.