MCPcopy Create free account
hub / github.com/Rello/analytics / delete

Method delete

lib/Controller/ShareController.php:121–124  ·  view source on GitHub ↗

* delete a share * * @param $shareId * @return DataResponse */

($shareId)

Source from the content-addressed store, hash-verified

119 * @return DataResponse
120 */
121 #[NoAdminRequired]
122 public function delete($shareId) {
123 return new DataResponse($this->ShareService->delete($shareId));
124 }
125}

Callers 1

deleteDataV2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected