MicroStrategy ONE

Delete User Profile statement

Deletes a user profile from an existing project.

DELETE [USER] PROFILE "login_name" FROM [PROJECT] "project_name";

where:

  • USER PROFILE "login_name" is the login name of the user for whom the profile is to be deleted, of type string.

  • PROJECT "project_name" is the name of the project in which the user profile is to be deleted, of type string.

Examples

DELETE USER PROFILE "architect" FROM PROJECT "MicroStrategy Tutorial";

DELETE PROFILE "kshearn FROM MicroStrategy Tutorial;