MicroStrategy ONE

Delete User Group statement

Deletes a user group.

Copy
DELETE USER GROUP "user_group_name";

where:

USER GROUP "user_group_name" is the name of the user group to be deleted, of type string.

Example

Copy
DELETE USER GROUP 
 "Managers";