Removes package access from a workspace
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the workspace Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Query Parameters
The unique identifier of the project Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the package Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Response
Workspace package permission removed successfully
Represents a collaborative workspace for team-based data modeling and analysis
The unique name of the workspace within its organization
^[a-zA-Z0-9_-]+$Human-readable description of the workspace's purpose and scope
ISO 8601 timestamp indicating when the workspace was created
ISO 8601 timestamp indicating when the workspace was last modified
Array of package resource identifiers that are accessible in this workspace
Path pattern supporting slashes, dots, and dashes
^[a-zA-Z0-9_/.-]+$The type of workspace. PersonalInfra for personal workspaces, Group for shared workspaces.
PersonalInfra, Group