Revoke Permission
Last updated
Last updated
DELETE /permissions/{permissionId}/assignments/{assignmentId}
Revokes a permission assignment (success) or gives reason why it’s not possible (failure).
PermissionAssignments:Revoke
Always Required
permissionId
Unique identifier of the permission. Permission IDs look like this:
pm-stream-pizza-08edcfff93
assignmentId
Unique identifier of the permission assignment. Permission Assignment IDs look like this:
as-stream-pizza-08edcfff93
If successful, the response will be a 204 status code.
This is a hard deletion, not an archival.