The DeleteItem method deletes an item from a table.
All Table objects
objTable.DeleteItem ItemId
The following sample code deletes the current item from the table:
objTable.DeleteItem objTable.Item.ItemId
DeleteProperties