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.Documentation Index
Fetch the complete documentation index at: https://docs.spherepay.co/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
All requests require a Bearer token in theAuthorization header.
Path parameters
The bank account ID to delete (e.g.,
"bankAccount_ce745ef7f3df4b9a8bff1301ce24b045").Response fields
Returns
true when the bank account was successfully deleted.Error responses
| Status | Code | Description |
|---|---|---|
400 | address/invalid | The request is malformed or the ID format is invalid. |
404 | resource/not-found | No bank account with the specified ID exists. |
422 | validation/failed | Validation failed. The response includes a per-field errors array. |

