suspend fun ConsulClient.deleteValueAwait(key: String): Unit
Remove the key/value pair that corresponding to the specified key
key - the key
key
resultHandler - will be called on complete
resultHandler
Returnreference to this, for fluency *