New to Telerik Reporting? Start a free 30-day trial
Release Report Instance Overview
Request
DELETE /api/reports/clients/{clientId}/instances/{instanceId}
Path parameters
| Name | Type | Description |
|---|---|---|
clientId | String | ID of the service client. Returned by Register Client. |
instanceId | String | ID of the report instance. Returned by Resolve Report Instance. |
Response
| HTTP Status Code | Description |
|---|---|
204 NoContent | Report instance destroyed successfully |
404 Not Found | The specified instanceId cannot be found |
410 Gone | The specified clientId cannot be found (expired) |
Sample
-
Request
DELETE /api/reports/clients/2c3d/instances/4d3c HTTP/1.1 -
Response
HTTP/1.1 204 NoContent