DROP ROLE
Drops a role
Available in
DSQL, ESQL
Syntax
DROP ROLE rolename
The statement DROP ROLE
deletes an existing role.It takes a single argument, the name of the role.Once the role is deleted, the entire set of privileges is revoked from all users and objects that were granted the role.