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

rxDeleteValue

open fun rxDeleteValue(key: String): Completable

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

Parameters

key - the key

Return