示例#1
0
 /**
  * Returns the DELETE response
  *
  * @param \PSX\Record\RecordInterface $record
  * @return array|\PSX\Record\RecordInterface
  */
 protected function doDelete($record)
 {
     $this->appDeveloperService->delete($this->userId, (int) $this->getUriFragment('app_id'));
     return array('success' => true, 'message' => 'App successful deleted');
 }