Пример #1
0
 /**
  * @param string $url
  * @param array  $queryParameters
  * @param array  $body
  * @param array  $headers
  * @return Response
  * @throws HttpException
  */
 public function delete($url = '', $queryParameters = array(), $body = null, array $headers = array())
 {
     return $this->apiCall($this->context->getRequest(Request::DELETE, $url, $queryParameters, $body, $headers));
 }