Deletes a bank account entry from a given employee's bank accounts table.Ask AIdelete https://api.hibob.com/v1/people/{id}/bank-accounts/{entry_id}Path ParamsidstringrequiredThe ID of the employee for whom you want to delete the bank account entry. The employee ID is returned in the 'id' field when retrieving an employee's data. For testing purposes you can obtain the Employee ID from the URL in the user interface.entry_idintegerrequiredThe ID of the entry in the bank accounts table which you want to delete. To obtain the bank account entry use the GET /people/{id}/bank-accounts endpoint.Responses 200Entry deleted successfully 404Requested entry not found. Nothing was changedUpdated 9 months ago