* Delete an own share (sharee or receiver) * * @param $shareId * @return bool * @throws Exception */
($shareId)
| 290 | * @throws Exception |
| 291 | */ |
| 292 | public function delete($shareId) { |
| 293 | $this->ShareMapper->deleteShare($shareId); |
| 294 | return true; |
| 295 | } |
| 296 | |
| 297 | /** |
| 298 | * delete all shares for a report or panorama |
no test coverage detected