RemoveRole

Remove specified role.

Parameters

  • name: role’s name.

Details

All role’s information will be permanently removed, and the role will be removed for all users.

Examples

Delete “architect” role:

[ {
    "RemoveRole" : {
        "name":  "architect",
    }
} ]