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

SYNOPSIS

          bool
          mongoc_bulkwrite_append_deleteone (mongoc_bulkwrite_t *self,
                                             const char *ns,
                                             const bson_t *filter,
                                             const mongoc_bulkwrite_deleteoneopts_t *opts /* May be NULL */,
                                             bson_error_t *error);

DESCRIPTION

       Adds  a  single-document  delete  into  the namespace ns. Returns true on success. Returns false and sets
       error if an error occurred.

Author

       MongoDB, Inc

Copyright

       2009-present, MongoDB, Inc.

2.2.1                                             Dec 11, 2025              MONGOC_BULKWRITE_APPEND_DELETEONE(3)