Reports - Delete Report In Group

Deletes the specified report 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

Report.ReadWrite.All

DELETE https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}

URI Parameters

Name In Required Type Description
groupId
path True

string

uuid

The workspace ID

reportId
path True

string

uuid

The report ID

Responses

Name Type Description
200 OK

OK

Examples

Example

Sample Request

DELETE https://api.powerbi.com/v1.0/myorg/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/reports/5b218778-e7a5-4d73-8187-f10824047715

Sample Response