mongoc_database_drop (3) Linux Manual Page
mongoc_database_drop() – bool mongoc_database_drop (mongoc_database_t *database,
Synopsis
bool
This function attempts to drop a database on the MongoDB server.
mongoc_database_drop (mongoc_database_t *database,
bson_error_t *error);
Parameters
- database
- A mongoc_database_t \&.
- error
- An optional location for a bson_error_t or NULL \&.
