Report - Deletes an existing Power BI report

Deletes an existing Power BI report

delete
Authorizations
Path parameters
reportIdstring · uuidRequired

Expects Id of an existing report

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
200
Indicates successful deletion of the requested report
delete
DELETE /reports/{reportId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated