You can delete table variables, table properties (such as a script or a variable), and formulas from the data table, using the following commands:
dt << Delete Table Variable( name );
dt << Delete Table Property( name|{property1, property2, ...});
col << Delete Formula;
col << Delete Property( name|{property1, property2, ...} );
col << Delete Column Property( name );