You can use the DROP TABLE statement to drop time series tables. For complete information about DROP TABLE syntax, see Teradata Vantage™ SQL Data Definition Language Syntax and Examples, B035-1144.
Example: Drop a PTI Table
The statement below drops the table, timeseries_table1.
DROP TABLE timeseries_table1;