Purpose With  DeleteTable you can delete a GuiXT table variable. It removes both the table content and the structure. 
Example DeleteTable V[customers]

The variable V[customers] is no longer a table variable and the table content is deleted.
 
If you want to delete the content and keep the structure, use Clear V[customers].

Format DeleteTable V[tabname] 
Components GuiXT + InputAssistant