Description Usage Arguments Value Examples
Deletes one end user and associated password.
1 | delete_end_user(uri_fun, user, password, host, port, database, end_user)
|
uri_fun |
Uniform resource identifier (URI) string generating function for MongoDB credentials. |
user |
MongoDB user name. |
password |
MongoDB user password. |
host |
MongoDB host server. |
port |
MongoDB port. |
database |
MongoDB database name. |
end_user |
CEDARS end user name. |
Confirmation that requested operation was completed, or error message if attempt failed.
1 2 3 4 5 | ## Not run:
delete_end_user(uri_fun = mongo_uri_standard, user = 'John', password = 'db_password_1234',
host = 'server1234', port = NA, database = 'TEST_PROJECT', end_user = 'Mike')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.