Navigation
This version of the documentation is archived and no longer supported.

db.removeUser()

On this page

Deprecated since version 2.6: Use db.dropUser() instead of db.removeUser()

Definition

db.removeUser(username)

Removes the specified username from the database.

The db.removeUser() method has the following parameter:

Parameter Type Description
username string The database username.