/r/{repoId}/objectmanagement/datasets/{id}
DELETE
Deleting a dataset
You can delete a dataset that is no longer required from the repository by applying this request.
A dataset can only be deleted if it is no longer assigned to any property and if it has not been predefined by the system (readOnly=true).
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the dataset.
Responses
204
The dataset was deleted successfully.
404
The dataset with the specified ID could not be determined.
Show operation