Example #1
0
 protected function _delete($params = null, $options = null)
 {
     self::_validateParams($params);
     $url = $this->instanceUrl();
     list($response, $opts) = $this->_request('delete', $url, $params, $options);
     $result = Util\Util::convertToUbivarObject($response, $opts);
     return $result[0];
 }