powered by
Deletes the specified dataset from the specified workspace. Applicable to push datasets as well as imported datasets.
pbi_delete_dataset(group_id, dataset_id)
Deletes the entire dataset.
The dataset ID.
The workspace ID.
if (FALSE) { group_id <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" dataset_id <- "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" pbi_delete_dataset(group_id, dataset_id) }
Run the code above in your browser using DataLab