RemoveRole
Remove specified role from the system.
Parameters
- name: role's name.
Details
All role's information will be permanently removed, and the role will be removed for all users.
The system requires at minimun one role which allow administrative access.
Examples
Delete "architect" role:
[{
"RemoveRole": {
"name": "architect"
}
}]
Result from system where "architect" existed:
[{
"RemoveRole": {
"status": 0
}
}]