suspend fun MongoClient.removeDocumentsAwait(collection: String, query: JsonObject): MongoClientDeleteResult
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
query
- query used to match documents
resultHandler
- will be called when complete
Return