New to Telerik Reporting? Download free 30-day trial
Release Report Instance
Request
DELETE /api/reports/clients/{clientId}/instances/{instanceId}
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. |
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) |