v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Assignments

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.

delete/v1/assignments/{roleId}/{actorId}

Path parameters

roleIdstring required

Typically the integer ID of the Role. You may also supply the Role system name if it has one.

actorIdnumber required

The integer ID of the Actor.

Response

OK

successboolean required

Example response

{
  "success": true
}