[]
Deletes the report instance with the specifed instance id.
public virtual IHttpActionResult DeleteInstanceById(string reportPath, string instanceId)
Type | Name | Description |
---|---|---|
string | reportPath | The full path of the report. |
string | instanceId | The report instance id. |
Type | Description |
---|---|
IHttpActionResult | No content. |