Deletes a dataset version or an entire dataset asynchronously. If <code>datasetVersion</code> is absent, deletes all versions and the dataset record itself. If provided, deletes only that specific version.
delete/datasets/{datasetId}
Path parameters
datasetIdstring required
The unique identifier of the dataset to delete.
Query parameters
datasetVersionstring
Dataset version identifier. Accepts "DRAFT" or a non-negative integer string representing a published version number.
Optional version to delete. If absent, deletes the entire dataset. If provided, deletes only that specific version.
Response
Success