Delete a Bank Account
Bank Accounts
Delete a Registered Customer Bank Account
Delete a bank account by its ID.
Delete a Bank Account
Use this endpoint to permanently remove a registered bank account from SpherePay. Once deleted, the account ID can no longer be used in transfer requests. You cannot delete a bank account that has pending or active transfers associated with it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The bank account ID
Minimum string length:
1Example:
"bankAccount_ce745ef7f3df4b9a8bff1301ce24b045"
Response
Indicates whether the deletion was successful
Example:
true
Last modified on June 18, 2026