DROP GROUP referenceDROP GROUP - remove an existing group.Syntax#Description#DROP GROUP removes an existing group, and related user-to-group links from QuestDB instance.Examples#DROP GROUP admins; CopyIt can be verified with:SHOW GROUPS;Copythat doesn't include group name in result.