Unassign Workspace Resources or Roles

delete

/api/restapi/resource/workspaceResource/batch

Send a request to this endpoint to unassign one or more resources or roles from given inherited workspaces.
The request body should contain a map where keys are system-generated identifiers of workspaces and values are lists of system-generated identifiers of resources or roles to be unassigned.
Example: {"workspaceId1":[resourceId1,resourceId2],"workspaceId2":[resourceId3,resourceId4]}

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : String
Type: string
Title: String
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

The requested resource does not exist, or you do not have access to it.
Back to Top