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