Name of the database to delete tables in.
List of tables to delete.
Empty response.
Missing required fields.
res = client.raw.tables.delete("db1", ["table1", "table2"])
{ }