Report - Deletes an existing Power BI report
Authorizations
Path parameters
reportIdstring · uuidRequired
Expects Id of an existing report
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Indicates successful deletion of the requested report
409
Indicates report doesn't exist with id
500
Server related error
delete
DELETE /reports/{reportId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated