table delete

The table delete command removes a table from your system. For more information, see the "Lookup Tables" section of the Data Quality Guide.

Usage

table delete TableName--t TableType
RequiredArgumentDescription
Yes--n TableNameSpecifies the table to delete.
Yes--t TableTypeSpecifies the type of table to delete: AdvancedTransformer, OpenParser, or TableLookup.

Example

This example deletes the Table Lookup table named My Table.

table delete My Table --t TableLookup