Creates an action to delete the rows in {0}. The action returns a table containing the deleted rows as they appeared in {0} ...

Creates an action to delete the rows in {0}. The action returns a table containing the deleted rows as they appeared in {0} before the action executed.

To delete a subset of the rows in {0}, use Table.SelectRows to apply a filter to {0} before using TableAction.DeleteRows.

The function raises an evaluation error if {0} is not updatable.

The action raises an execution error if the operation fails.

NOTE: {0} may be left in a partially updated state if an execution error occurs.