GoodMemGoodMem
ReferenceAPIREST APIAccess Policy

Revoke a scoped role assignment

Soft-revokes one non-ROOT assignment and returns its durable historical row. Repeating the request is idempotent while the caller retains MANAGE_ACCESS.

DELETE
/v1/access-policy/role-assignments/{id}
x-api-key<token>

In: header

Path Parameters

idstring

Role-assignment UUID

Response Body

curl -X DELETE "https://loading/v1/access-policy/role-assignments/9f75bfdf-6c08-4ccc-b945-8688d91ef25d"
{
  "roleAssignmentId": "9f75bfdf-6c08-4ccc-b945-8688d91ef25d",
  "principalId": "70e025f6-76ca-4cbe-b8fc-7dab8e84590a",
  "role": "ROOT",
  "assignedResource": {
    "kind": "INSTANCE",
    "resourceId": "550e8400-e29b-41d4-a716-446655440000"
  },
  "assignedAt": 0,
  "assignedById": "114ad558-323d-4b76-85b8-37af103b8650",
  "revokedAt": 0,
  "revokedById": "ab882e21-ea3f-4c29-9040-49be3cc93162"
}
Empty
Empty
Empty
Empty
Empty
Empty