Updated on 2025-10-10 GMT+08:00

DROP GROUP

Function

DROP GROUP deletes a user group.

DROP GROUP is the alias for DROP ROLE.

Precautions

DROP GROUP is the internal interface of the cluster management tool. You are not advised to use this interface, because doing so affects the cluster.

Syntax

1
DROP GROUP [ IF EXISTS ] group_name [, ...];

Parameter Description

See Parameter Description in DROP ROLE.