suspend fun MongoClient.removeDocumentsWithOptionsAwait(collection: String, query: JsonObject, writeOption: WriteOption): MongoClientDeleteResult
Suspending version of method io.vertx.ext.mongo.MongoClient.removeDocumentsWithOptions
query
- query used to match documents
writeOption
- the write option to use
Return
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.