MicroStrategy ONE

Delete Document statement

Delete a document in a project.

Copy
DELETE DOCUMENTdocument_nameIN FOLDERlocation_pathFROM PROJECTproject_name;

where:

  • document_name is the name of the document to be deleted, of type string, between double quotes (" ")

  • location_path is the folder where the document is located, of type string, between double quotes (" ")

  • project_name is the name of the project, of type string, between double quotes (" ")

Example

Copy
DELETE DOCUMENT "Quarterly Profit Margins" 
 IN FOLDER "\Public Objects" FROM PROJECT "MicroStrategy 
 Tutorial";