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