# 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_table
command 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_transfer
command, and cannot delete user
or event
tables. And this command will delete all the data in the table and cannot be recovered. Please operate with cautions!