Web API Core | ComponentOne
C1.Web.Api.Report Namespace / ReportController Class / DeleteInstanceById Method
The full path of the report.
The report instance id.

In This Topic
    DeleteInstanceById Method
    In This Topic
    Deletes the report instance with the specifed instance id.
    Syntax
    'Declaration
     
    
    <HttpDeleteAttribute()>
    <PathRouteAttribute("{*reportPath}$instances/{instanceId}")>
    Public Overridable Function DeleteInstanceById( _
       ByVal reportPath As String, _
       ByVal instanceId As String _
    ) As IActionResult
    [HttpDelete()]
    [PathRoute("{*reportPath}$instances/{instanceId}")]
    public virtual IActionResult DeleteInstanceById( 
       string reportPath,
       string instanceId
    )

    Parameters

    reportPath
    The full path of the report.
    instanceId
    The report instance id.

    Return Value

    No content.
    See Also