Delete a user group from the system. Users belonging to the group are not deleted. Minimum permission required: create_user.
drop group big_group;
Deletes the group called big_group from the system.
You can delete security groups using drop group.
Key Phrase | Explanation |
---|---|
drop group <group-name> | Delete a security group by name. Members of the group are not deleted, but their membership to the group becomes obsolete. |
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |