Example #1
0
 /**
  * Delete current user
  *
  * @throws SoapApiException
  */
 public function userDelete()
 {
     $result = new SoapRequestResult($this->soapClient->userDelete());
     $this->checkRequestResultSuccess($result);
 }