Azure Machine Learning Dataset Management Client - Delete Dataset V2

Maciej Stefaniak 56 Reputation points
2022-10-20T13:43:12.173+00:00

Hi,

from some time i have been working with REST API under several "operational groups" referring to the article (https://learn.microsoft.com/en-us/azure/machine-learning/how-to-manage-rest#drill-down-into-workspaces-and-their-resources). For discovering functions i have used their swagger's endpoints. Recently i have stumbled upon problem with deleting and listing datasets via REST API - operational group: dataset.

Im referring to the endpoint under the name "DatasetV2" that can be seen here: https://westeurope.api.azureml.ms/dataset/swagger/index.html.
Endpoint "Get a list of datasets." always return empty list.
Endpoint "Delete a dataset." always returns http 204 response and does not delete dataset under given name.
But endpoint "Delete all datasets in the workspace." works fine deleting all datasets even they are not listed in "Get a list of datasets." endpoint.

Is there currently a way to delete single dataset via RESR API?
Will endpoint "Delete a dataset." from the group "DatasetV2" work in the future?

I am using "Data asset types (from Azure ML v2 APIs)".

Thanks for any advice!

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,088 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.