MicroStrategy ONE

Delete Project statement

Deletes a project within a Project Source Name.

Copy
DELETE PROJECT "project_name";

where:

PROJECT "project_name" is the name of the project to be deleted, of type string.

This statement can only be executed in a Windows environment.

Example

Copy
DELETE PROJECT "MicroStrategy Tutorial";