The following example deletes a report folder.



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");