This section explains about how to delete report individually or delete multiple reports from the Bold Reports On-Premise. Reports can also be deleted from the Report Server when they are no longer required.
Click the Actions
button in the Reports grid context menu and click Delete
to delete the Report.
Reports cannot be deleted when they are scheduled by an user.
All Sample Reports can be deleted in a simpler way by deleting the Sample Category Sample Reports
, Sample Reports (Web Designer)
.
Click the Actions
icon in the context menu and click Delete
to delete all sample reports as well as sample category.
If the sample category has any modified sample report, or scheduled report, or newly added report, those reports will be skipped and the category will not be deleted.
The following table illustrates the list of available APIs related to delete reports in Bold Reports On-Premise.
Action | HTTP Method | Endpoint | Description |
---|---|---|---|
DeleteReport | DELETE | /api/site/{tenant-name}/v1.0/items/{id} | Deletes the specified report from the server. Report item ID should be passed in path parameter. |