Say you wanted to delete a table named table1 in your MyDB.
In a notebook you would do:
queryClient.drop(token,'table1')
Using the Data Lab command line client (after datalab login):
$datalab listdb
table1
$datalab dropdb table=table1
$datalab listdb
No tables