open fun deleteValues(keyPrefix: String, resultHandler: Handler<AsyncResult<Void>>): ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
resultHandler - will be called on complete
Return
reference to this, for fluency