ComponentOne Web API Edition
DeleteInstanceById Method

C1.Web.Api.Report Namespace > ReportController Class : DeleteInstanceById Method
The full path of the report.
The report instance id.
Deletes the report instance with the specifed instance id.
Syntax
'Declaration
 
<PathRouteAttribute(Template="{*reportPath}$instances/{instanceId}", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)>
<HttpDeleteAttribute()>
Public Overridable Function DeleteInstanceById( _
   ByVal reportPath As String, _
   ByVal instanceId As String _
) As IHttpActionResult
[PathRoute(Template="{*reportPath}$instances/{instanceId}", 
   Name="", 
   ExcludingKeywords=, 
   Order=0)]
[HttpDelete()]
public virtual IHttpActionResult DeleteInstanceById( 
   string reportPath,
   string instanceId
)

Parameters

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

Return Value

No content.
See Also

Reference

ReportController Class
ReportController Members