in src/main/java/com/gerritforge/gerrit/plugins/account/GerritAccountRemover.java [69:72]
public void removeAccount(int accountId) throws Exception {
AccountApi account = isMyAccount(accountId) ? accounts.self() : accounts.id(accountId);
removeAccount(account, accountId);
}