vertx / io.vertx.rxjava.ext.consul / ConsulClient / rxDeleteValue

rxDeleteValue

open fun rxDeleteValue(key: String): Single<Void>

Remove the key/value pair that corresponding to the specified key

Parameters

key - the key

Return