7.7.6.10 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 when the role has been granted to a user.
Examples
The following example shows how to drop a role.
Example 7-134 Dropping a Role
CellCLI>DROP ROLE gd_monitor
Parent topic: DROP