Pipelines - Unassign Workspace
Unassigns the workspace from the specified stage in the specified deployment pipeline.
Pipeline.ReadWrite.All
This operation will fail if there's an active deployment operation.
POST https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/stages/{stageOrder}/unassignWorkspace
Name | In | Required | Type | Description |
---|---|---|---|---|
pipeline
|
path | True |
string uuid |
The deployment pipeline ID |
stage
|
path | True |
integer int32 |
The deployment pipeline stage order. Development (0), Test (1), Production (2). |
Name | Type | Description |
---|---|---|
200 OK |
OK |
Sample request
POST https://api.powerbi.com/v1.0/myorg/pipelines/a5ded933-57b7-41f4-b072-ed4c1f9d5824/stages/0/unassignWorkspace