This example removes the first table.
TextTables tables = document.getTables(); TextTable table = tables.item(1); table.remove();
Related information
remove method