Last updated 2 months ago
/datasets/{datasetId}
Enter ID of the dataset to delete.
The requested API version
Optional User Id
Success: Dataset successfully deleted.
Bad Request: The request could not be processed due to invalid syntax or incorrect/missing dataset ID or parameters.
Not Found: The specified dataset was not found, the URL is invalid, or the resource has been deleted.
Conflict: The deletion request could not be processed due to a conflict with the current state of the resource.
Internal Server Error: An unexpected error occurred or a server timeout.
curl -L \ --request DELETE \ --url '/datasets/{datasetId}' \ --header 'Authorization: Bearer JWT'
{ "message": "Success Message", "statusCode": 200 }