dropDataset
@DELETE(value = "api/v2/depots/{depot}/collections/{collection}/datasets/{dataset}")
Drops a dataset.
Return
A Call object with a Void response.
Parameters
depot
The depot name.
collection
The collection name.
dataset
The dataset name.
purge
Flag indicating whether to purge the dataset (optional, defaults to false).
correlationId
The correlation ID header (optional, defaults to a random UUID).