Web Service Documentation /
Categories /
Reporting Services /
Delete Report Template
Delete Report Template
Updated on
February 12, 2023
Description
This web service deletes a specified report template. The report template must be owned by you. The corresponding report is also deleted. The report template cannot be deleted if it's submitted for processing or is being generated.
Version
25.0
HTTP Method
DELETE
Resource URL
/reports/templates/(templateId)
Header
| Field Name |
Value |
Comments |
| Authorization |
Basic credentials |
|
Authorization Required
Yes
Parameters
| Parameter Name |
Description |
| templateId |
Id of the report template |
XML Schemas
| Request/Response |
Schema Name |
| Request |
None
|
| Response |
response.xsd
|
Example Request
The following example deletes a report template.
DELETE /reports/templates/897345
Example Response
The following example shows the results when you call this web service.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>