MicroStrategy ONE

Delete Security Role statement

Deletes a security role.

Copy
DELETE SECURITY ROLE "security_role_name";

where:

SECURITY ROLE "security_role_name" is the name of the security role to be deleted, of type string.

Example

Copy
DELETE SECURITY ROLE "Architect Users";