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 TableTypeRequired | Argument | Description |
---|---|---|
Yes | --n TableName | Specifies the table to delete. |
Yes | --t TableType | Specifies 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