Stripping an Role Assignment from an Actor
Given a roleId, which may be a numeric ID or a string role system name, and a numeric actorId, unassigns that Role from that Actor across the entire server.
Path parameters
Typically the integer ID of the Role. You may also supply the Role system name if it has one.
The integer ID of the Actor.
Response
OK
Example response
{
"success": true
}Changes
Changed in 3 of the 54 revisions of this API.4
- ○
api operation id
Stripping an Role Assignment from an Actorremoved and replaced withstripRoleAssignmentFromActorapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
api operation id
stripRoleAssignmentFromActorremoved and replaced withStripping an Role Assignment from an Actorapi-operation-id-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○