ReferenceJavaScript ReferenceFunctionsdropDatabaseOn this pageFunction: dropDatabase() dropDatabase(dbName, opts?): Promise<void> Drops the specified database. Parameters dbName string The name of the database to drop. opts? DropDatabaseOptions Options for dropping the database. Returns Promise<void>