Delete template

delete

/services/rest/v1/reports/{reportPath}/templates/{templateId}

Removes a template from a report definition in the Oracle BI Publisher catalog.

Request

Path Parameters
reportPath
Type: string
Required: true
URL encoded report path. For example, if your report path is "/Sample Lite/Published Reporting/Reports/Balance Letter" then your encoded report path will be "%2FSample%20Lite%2FPublished%20Reporting%2FReports%2FBalance%20Letter".
templateId
Type: string
Required: true
The ID of the template (for example, Chart Layout).

Response

200 Response
Report template is deleted successfully.
404 Response
Report template deletion failed.