mongoc_database_remove_user (3) Linux Manual Page
mongoc_database_remove_user() – None
Synopsis
boolThis function removes the user named username from database \&.
mongoc_database_remove_user (mongoc_database_t *database,
const char *username,
bson_error_t *error);
Parameters
- database
- A mongoc_database_t \&.
- username
- A string containing the username of the user to remove.
- error
- An optional location for a bson_error_t or NULL \&.
