MicroStrategy ONE

Delete Intelligent Cube statement

Delete an Intelligent Cube from a project.

Copy
DELETE INTELLIGENT CUBE ("name" IN 
 FOLDER "folder_name" | GUID "guid") FROM PROJECT "project_name";

where:

  • "name" is the name of the Intelligent Cube to be deleted, of type string.
  • FOLDER "folder_name" is the folder containing the Intelligent Cube, of type string.
  • GUID "guid" is the GUID of the Intelligent Cube to be published, of type string.
  • PROJECT "project_name" is the project containing the Intelligent Cube, of type string.

Example

Copy
DELETE INTELLIGENT CUBE "Year And Region" 
 IN FOLDER "\Intelligent Cubes" FROM PROJECT "MicroStrategy 
 Tutorial";