DROP GROUP

Use the DROP GROUP command to delete the specified group.

Syntax

DROP GROUP 'group_name';

The group_name is a text string containing the unique name of the group being dropped.

Note: The default groups Normal, Administrator, and Super User provide group row level security in the event list. These groups cannot be deleted or renamed. These and other default groups are created by the security.sql script.

Example

drop group 'LondonAdmin';