Comment on page
Revoke Assignment
DELETE /permissions/assignments/{assignmentId}
Revokes a permission assignment (success) or gives reason why it’s not possible (failure).
Name | Conditions |
---|---|
PermissionAssignments:Revoke | Always Required |
PermissionManagement
Path parameter | Description |
---|---|
assignmentId | Unique identifier of the permission assignment.
Permission Assignment IDs look like this:
as-stream-pizza-08edcfff93
They follow this format:
as-<random-words>-<random-alphanumeric-string> |
If successful, the response will contain the ID of the deleted permission assignment:
{
"id": "as-stream-pizza-08edcfff93"
}
This is a hard deletion, not an archival. However, the deletion will be registered in the audit logs.
Last modified 5mo ago