共用方式為


Reports - Delete Report In Group

從指定的工作區刪除指定的報表。

權限

此 API 呼叫可由服務主體設定檔呼叫。 如需詳細資訊,請參閱:Power BI Embedded中的服務主體設定檔

必要範圍

Report.ReadWrite.All

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

URI 參數

名稱 位於 必要 類型 Description
groupId
path True

string

uuid

工作區識別碼

reportId
path True

string

uuid

報表識別碼

回應

名稱 類型 Description
200 OK

確定

範例

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