Example #1
0
 /**
  * Delete image from collection
  *
  * @param string $id
  * @throws SoapApiException
  */
 public function imageDelete($id)
 {
     $result = new SoapRequestResult($this->soapClient->imageDelete($id));
     $this->checkRequestResultSuccess($result);
 }