Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

db.removeUser()

On this page

  • 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.
←  db.grantRolesToUser()db.revokeRolesFromUser() →

On this page