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