Example #1
0
 /**
  * {@inheritDoc}
  */
 protected function delete($path, array $parameters = array(), $requestOptions = array())
 {
     return $this->client->delete($path, $parameters, $requestOptions);
 }