Delete a report
Reports
Delete a report
Delete a report. Only the report owner can delete it. Deleting a report may affect dashboard widgets and scheduled reports that reference it.
DELETE
Delete a report
Behavior
- Returns 204 No Content on success
- Only the report owner can delete it (returns 403 otherwise)
- This action is permanent and cannot be undone
Side Effects
- Dashboard widgets referencing this report will be affected
- Scheduled reports that include this report will no longer generate it
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the report to delete
Response
Operation completed successfully with no content to return

