suspend fun ConsulClient.deleteValueAwait(key: String): Unit
Remove the key/value pair that corresponding to the specified key
key - the key
key
Return reference to this, for fluency *