Merge branch 'develop'
diff --git a/src/PredictionIO/PredictionIOClient.php b/src/PredictionIO/PredictionIOClient.php
index 940ba48..e8dd60b 100644
--- a/src/PredictionIO/PredictionIOClient.php
+++ b/src/PredictionIO/PredictionIOClient.php
@@ -132,6 +132,7 @@
unset($body[AbstractCommand::DISABLE_VALIDATION]);
unset($body[AbstractCommand::RESPONSE_PROCESSING]);
unset($body[AbstractCommand::RESPONSE_BODY]);
+ unset($body[AbstractCommand::HIDDEN_PARAMS]);
if ($method == RequestInterface::GET || $method == RequestInterface::DELETE) {
$request = parent::createRequest($method, $uri, $headers, null, $options);