vertx / io.vertx.kotlin.ext.mongo / io.vertx.ext.mongo.MongoGridFsClient / deleteAwait

deleteAwait

suspend fun MongoGridFsClient.deleteAwait(id: String): Unit

Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.delete

Parameters

id -

the identifier of the file

NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoGridFsClient using Vert.x codegen.