Remove Permissions
End-Point
API is used to remove permissions from a role.
- Definition
- Try It Out
- Code
Get Params
apikey :
LoginRadius API Key [REQUIRED]
apisecret :
LoginRadius API Secret [REQUIRED]
Template Params
role_name :
Created Rolename [REQUIRED]
Post Params
permissions :
Permission name which you want to remove from the particular role [REQUIRED]
Output Format
{ "Name": "Editor", "Permissions": { "xyz": true, "lmn": true, "ABC": true } }