Dfns API Documentation
Ask or search…
K
Comment on page

Revoke Assignment

DELETE /permissions/assignments/{assignmentId}
Revokes a permission assignment (success) or gives reason why it’s not possible (failure).

Required Permissions

Name
Conditions
PermissionAssignments:Revoke
Always Required

Triggers

PermissionManagement

Parameters

Path parameters

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>

Response

Response example

If successful, the response will contain the ID of the deleted permission assignment:
{
"id": "as-stream-pizza-08edcfff93"
}

Notes

This is a hard deletion, not an archival. However, the deletion will be registered in the audit logs.