Delete datasets from an AzureML workspace.
delete.datasets(ws, name, host)An AzureML workspace reference returned by workspace.
Either one or more Dataset objects (rows from the workspace datasets data frame), or a character vector of dataset names to delete.
AzureML delete service endpoint
A data frame with columns Name, Deleted, status_code indicating the HTTP status code and success/failure result of the delete operation for each dataset.
Other dataset functions: datasets,
download.intermediate.dataset,
upload.dataset, workspace