Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Action permission removed from role successfully
Revoke a specific action permission from a role.
Authorization: Users can modify role permissions they have access to manage. Permissions are checked via Cerbos policies.
Action Removal: Removes the specified action from the role’s allowed permissions.
Use Cases:
Policy Updates: Changes are propagated to Cerbos policy engine for immediate effect.
Note: This endpoint manages role permissions through Cerbos policy configuration.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Action permission removed from role successfully