Delete an employee bank account
DELETE {{baseUrl}}/v1/employees/:employee_id/bank_accounts/:bank_account_uuid
Deletes an employee bank account. To update an employee's bank account details, delete the bank account first and create a new one.
scope: employee_payment_methods:write