[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.DeleteInstanceById

DeleteInstanceById Method

DeleteInstanceById(string, string)

Deletes the report instance with the specifed instance id.

Declaration
public virtual IHttpActionResult 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
IHttpActionResult

No content.