9.7.4.3 DROP ROLE
Purpose
The DROP ROLE command removes user roles from the cell.
                  
Syntax
DROP ROLE  { ALL | role_name1 [, role_name2, ...]} [FORCE]
Usage Notes
The FORCE option drops the role even if the role has been granted to a user.
                  
Example 9-51 Dropping a Role
DBMCLI> DROP ROLE r1,r2
Parent topic: DROP