Admin - Capacities UnassignWorkspacesFromCapacity
Unassigns the specified workspaces from capacity.
Permissions
The user must be a Fabric administrator.
Required Scope
Tenant.Read.All or Tenant.ReadWrite.All
Limitations
Maximum 200 requests per hour.
POST https://api.powerbi.com/v1.0/myorg/admin/capacities/UnassignWorkspaces
Request Body
Name | Required | Type | Description |
---|---|---|---|
workspacesToUnassign | True |
string[] |
The workspaces to migrate to a shared capacity |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
Examples
Example
Sample request
POST https://api.powerbi.com/v1.0/myorg/admin/capacities/UnassignWorkspaces
Sample response
Definitions
UnassignWorkspacesCapacityRequest
A request for migrating workspaces to a shared capacity as tenant admin
Name | Type | Description |
---|---|---|
workspacesToUnassign |
string[] |
The workspaces to migrate to a shared capacity |