suspend fun MongoClient.dropIndexAwait(collection: String, indexName: String): Unit
Drops the index given its name.
collection - the collection
collection
indexName - the name of the index to remove
indexName
resultHandler - will be called when complete
resultHandler
Return