What is the recommended way to delete a user?
db.remove("user")
db.removeUser("user") DEPRECATED
db.dropUser("user")
db.deleteUser("user")