if your values are in column A, B1
=countif($A1:A1,A1)>1
evalutes to TRUE for all but the first instance of each entry in the column, copy this formula down alongside your data, then filter it for 'true' then delete the records

An alternative approach is to use data -> advanced filter and select 'unique records only' - this only filters the data (doesn't delete)

hth