Reports - Delete Report In Group

Elimina il report specificato dall'area di lavoro specificata.

Autorizzazioni

Questa chiamata API può essere chiamata da un profilo dell'entità servizio. Per altre informazioni, vedere: Profili dell'entità servizio in Power BI Embedded.

Ambito obbligatorio

Report.ReadWrite.All

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

Parametri dell'URI

Nome In Necessario Tipo Descrizione
groupId
path True

string

uuid

ID area di lavoro

reportId
path True

string

uuid

The report ID

Risposte

Nome Tipo Descrizione
200 OK

OK

Esempio

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