目录
此内容是否有帮助?

# Delete Custom Table Function

# I. Overview

If you want to delete the data table imported with the custom data import command, you can use the drop_tablecommand to delete the custom table. The command execution example:

# II. Instructions for Use

# 2.1 Command Description

The delete command is as follows:

ta-tool drop_table -table test

# 2.2 Command Parameter Description

# 2.2.1 -table

Table is a custom table name that needs to be entered.

**Note: **This command will only delete custom tables uploaded with the data_transfercommand, and cannot delete useror eventtables. And this command will delete all the data in the table and cannot be recovered. Please operate with cautions!