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