Web Service Documentation / Categories / Reporting Services / Delete Report Template
Updated on February 12, 2023
23.0
DELETE
/reports/templates/(templateId)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
templateId | Id of the report template |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example deletes a report template.
DELETE /reports/templates/897345
The following example shows the results when you call this web service.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>