Report - Deletes a Power BI report by ID
Authorizations
Path parameters
reportIdstring · uuidRequired
Enter ID of the Power BI report to be deleted.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: The Power BI report has been successfully deleted.
409
Conflict: The request to delete the Power BI report could not be completed due to a conflict with the current state of the report.
500
Internal Server Error: An unexpected error occurred or a server timeout.
delete
DELETE /reports/{reportId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
PreviousReport - Clones a report by ID with provided detailsNextReport - Saves a Power BI report by ID into the application
Last updated