Report - Deletes a Power BI report by ID

Deletes an existing Power BI report identified by its unique ID.

delete
Authorizations
Path parameters
reportIdstring · uuidRequired

Enter ID of the Power BI report to be deleted.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
200
Success: The Power BI report has been successfully deleted.
delete
DELETE /reports/{reportId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated