New to Telerik Reporting? Download free 30-day trial
Release Document
Request
DELETE /api/reports/clients/{clientId}/instances/{instanceId}/documents/{documentId}
Path parameters
Name | Type | Description |
---|---|---|
clientId | String | ID of the service client. Returned from Register Client. |
instanceId | String | ID of the report instance. Returned from Resolve Report Instance. |
documentId | String | ID of the report document. Returned from Resolve Document. |
Response
HTTP Status Code | Description |
---|---|
200 OK | Document destroyed successfully. |
410 Gone | The specified clientId cannot be found (expired). |
404 Not Found | The specified instanceId or documentId cannot be found. |