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