use <dbname>
db.dropAllUsers()
db.dropAllRoles()
db.dropDatabase()
MongoDB db.dropDatabase() documentation explaining the modification introduced in 2.6:
Changed in version 2.6: This command does not delete the users associated with the current database.