To delete the current row of a table, use the delete row command:
tables.employees.deleteRow();
Note that the change will not be reflected in any backing database table until the update table command is used.