solidDB Help : solidDB reference : SQL: Statements : DROP ROLE
  
DROP ROLE
DROP ROLE role‑name
Access requirements
SYS_ADMIN_ROLE role
Usage
Use the DROP ROLE statement to remove a user-defined role from the database.
Note You cannot drop any solidDB system roles.
Example
DROP ROLE GUEST_USERS;
Go up to
SQL: Statements