Deletes the content of the specified dataset.
delete/datasets/{datasetName}/content
Path parameters
datasetNamestring required
The name of the dataset whose content is deleted.
Query parameters
versionIdstring
The version of the dataset whose content is deleted. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified, "$LATEST_SUCCEEDED" is the default.
Response
Success