Delete Table

deleted = hc.delete_table_in_trash("table_name")

Result:

This method returns a Boolean value to represent whether this operation is successful..

Parameter description:

ParametersDescriptionRequired
table_name (str)Table to be deletedYes
database_nameDatabase where the table is locatedNo, defaults to "default" database
Table 97 Delete Table from Trash (Python API)