Skip to main content
DELETE
/
api
/
v1
/
roles
/
{role_name}
/
actions
/
{action_name}
Remove action permission from a role
curl --request DELETE \
  --url https://services.pref.rio/heimdall-admin/api/v1/roles/{role_name}/actions/{action_name} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

role_name
string
required
action_name
string
required

Response

Action permission removed from role successfully