MicroStrategy ONE
Delete Folder statement
Deletes a folder.
Copy
DELETE FOLDERfolder_nameINlocation_pathFROM PROJECTproject_name;
where:
-
folder_name is the name of the folder to be deleted, of type string, between double quotes (" ").
-
location_path is the folder path where the folder is located, of type string, between double quotes (" ").
-
project_name is the name of the project that contains the folder, of type string, between double quotes (" ").
Example
Copy
DELETE FOLDER "Sales Reports" IN "\Public
Objects" FROM PROJECT "MicroStrategy Tutorial";