[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.DeleteInstanceById

DeleteInstanceById Method

DeleteInstanceById(string, string)

Deletes the report instance with the specifed instance id.

Declaration
[HttpDelete]
public virtual IActionResult DeleteInstanceById(string reportPath, string instanceId)
Parameters
Type Name Description
string reportPath

The full path of the report.

string instanceId

The report instance id.

Returns
Type Description
IActionResult

No content.