Delete Report Folder
The following example deletes a report folder.
- Connect to the reporting web service.
- Specify the unique identifier of the report folder to delete.
- The user must be a system administrator to execute this command.
- The root report folder itself cannot be deleted.
Code Sample
# Deletes the report folder with the specified identifier. The report folder must be empty to run this command.
$reporting.DO_DeleteReportFolder("dcc28043-6292-4473-830a-a6f40832bd96");
- or -
# WARNING: Deletes the report folder with the specified identifier AND all child objects.
$reporting.DO_DeleteReportFolderRecursive("dcc28043-6292-4473-830a-a6f40832bd96");