Revoke Permission
DELETE /permissions/{permissionId}/assignments/{assignmentId}
Revokes a permission assignment (success) or gives reason why it’s not possible (failure).
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
PermissionAssignments:Revoke
Always Required
Parameters
Path parameters
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