Revoke Permission

DELETE /permissions/{permissionId}/assignments/{assignmentId}

Revokes a permission assignment (success) or gives reason why it’s not possible (failure).

Required Permissions

Name
Conditions

Permissions:Revoke

Always Required

Parameters

Path parameters

Path parameter
Description

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

Response

Response example 204 - no approval required

If successful, the response will be a 204 status code.

Response example 202 - approval required

This is a hard deletion, not an archival.

Last updated