db_deleted = hc.delete_database("name")
Result:
This method returns True if it succeeds. Otherwise, “ValueError” exception will be raised.
db_deleted = hc.delete_database("name")
Result:
This method returns True if it succeeds. Otherwise, “ValueError” exception will be raised.