SQL Guide : solidDB® SQL statements : DROP ROLE
  
DROP ROLE
DROP ROLE role_name
Usage
The DROP ROLE statement removes the specified role from the database. You cannot drop the solidDB® system roles (SYS_ADMIN_ROLE and so on).
Example
DROP ROLE GUEST_USERS;
See also
solidDB® SQL statements