Provided by: libmongoc-doc_2.2.0-1_all bug

SYNOPSIS

          const bson_t *
          mongoc_bulkwriteresult_deleteresults (const mongoc_bulkwriteresult_t *self);

DESCRIPTION

       Returns the results of each individual delete operation that was successfully performed. Example:

          {
            "0" : { "deletedCount" : 1 },
            "1" : { "deletedCount" : 2 }
          }

       Returns    NULL    if    verbose   results   were   not   requested.   Request   verbose   results   with
       mongoc_bulkwriteopts_set_verboseresults() <>.

Author

       MongoDB, Inc

Copyright

       2009-present, MongoDB, Inc.

2.2.0                                             Nov 26, 2025           MONGOC_BULKWRITERESULT_DELETERESULTS(3)