Drop Group
When user authentication is managed either through EPM Shared Services or an external LDAP identity provider, you can use the MaxL drop group statement if you need to clean up inactive groups from Essbase after they have been removed or renamed on the external provider.
This MaxL statement is no longer supported for any other use than the one stated above.
Syntax

Description of the illustration drpgrp.gif
You can clean up security groups from Essbase using drop group.
Keywords
Example
drop group test_group;
Removes the group called test_group from Essbase.