SQL CommandsDDL CommandsUser & RoleDROP ROLEOn this pageDROP ROLERemoves the specified role from the system.SyntaxDROP ROLE [ IF EXISTS ] <role_name>Usage NotesIf a role is a grant to users, Databend can't drop the grants from the role automatically.ExamplesDROP ROLE role1;