The tables.drop() method enables you to delete a table from a connected data source.
tables.drop()
Here is the syntax:
data_source.tables.drop('table_name')