names default to here(1);
dt = current data table();
dt << select where(row() >= N Rows(dt) - 1;
dt << delete rows;
The above script should do the trick. Just make the data table of interest your active data table(click on the table), and then run the script.
Jim