Removes the permission assignment for a user, group, or workspace within the package, revoking their access to package resources.
Authorization: Requires package admin or modeler permissions.
Parameters: Use isWorkspace to specify if the resource is a workspace.
Side Effects: User/group/workspace loses access to package resources.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization Standard identifier pattern for resource names
The unique identifier of the project Standard identifier pattern for resource names
The unique identifier of the package Standard identifier pattern for resource names
The resource identifier of the User or Group Permissions for this package. A resource identifier that uniquely identifies either a user or a group within the system. This identifier is used throughout the API for permission management and access control.
Format:
user:{email} or user:{userId}group:{groupName}Whether the resource is a workspace
Package permission deleted successfully