Dashboards - Delete Dashboard In Group

Deletes the specified dashboard from the specified workspace.

Permissions

This API call can be called by a service principal profile. For more information see: Service principal profiles in Power BI Embedded.

Required Scope

Dashboard.ReadWrite.All

DELETE https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dashboards/{dashboardId}

URI Parameters

Name In Required Type Description
dashboardId
path True

string

uuid

The dashboard ID

groupId
path True

string

uuid

The workspace ID

Responses

Name Type Description
200 OK

OK

Examples

Example

Sample Request

DELETE https://api.powerbi.com/v1.0/myorg/groups/d81d5fa5-17d9-4ae4-90a6-d038876c19bd/dashboards/7a463f03-22df-48be-9c00-56067f2fb75f

Sample Response