cURL
curl --request DELETE \ --url https://test.onlinecheckwriter.com/api/v3/bankAccounts/{bankAccountId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Successfully deleted" }
Delete an existing bank account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the bank account to delete.
Bank account deleted successfully.
The response is of type object.
object