DELETE

Remove Permissions

End-Point

API is used to remove permissions from a role.

Layer 1 REQUEST

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]
Layer 1 RESPONSE
Output Format
{
  "Name": "Editor",
  "Permissions": {
    "xyz": true,
    "lmn": true,
    "ABC": true
  }
}
Layer 1 REQUEST

Query

apikey*
apisecret*

Header

content-Type

Template

role_name*

Body

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman