* delete data * @param int $datasetId * @return DataResponse * @throws \Exception */
(int $datasetId)
| 234 | * @throws \Exception |
| 235 | */ |
| 236 | #[NoAdminRequired] |
| 237 | #[NoCSRFRequired] |
| 238 | #[CORS] |
| 239 | public function dataDeleteV3(int $datasetId) { |
| 240 | return $this->deleteDataV2($datasetId); |
| 241 | } |
| 242 | |
| 243 | /** |
| 244 | * add data via there real field names |
nothing calls this directly
no test coverage detected