共用方式為


Profiles - Delete Profile

刪除指定的服務主體設定檔。

如果指定設定檔存在且屬於服務主體呼叫端,則會刪除指定的設定檔。

限制

只能由服務主體呼叫。

DELETE https://api.powerbi.com/v1.0/myorg/profiles/{profileId}

URI 參數

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

string

uuid

服務主體設定檔識別碼

回應

名稱 類型 Description
200 OK

確定

範例

Delete a service principal profile

Sample Request

DELETE https://api.powerbi.com/v1.0/myorg/profiles/b3ded933-57b7-21f4-b072-ed4c1f9d5824

Sample Response