Web API Edition | ComponentOne
C1.Web.Api.DataEngine Namespace / DataEngineController Class / RemoveAnalysis Method
The data source key specifies the data.
The key specifies the analysis instance.

In This Topic
    RemoveAnalysis Method
    In This Topic
    Remove the analysis.
    Syntax
    'Declaration
     
    
    <HttpDeleteAttribute()>
    <RouteAttribute("{dataSourceKey}/analyses/{token}")>
    Public Overridable Function RemoveAnalysis( _
       ByVal dataSourceKey As String, _
       ByVal token As String _
    ) As IHttpActionResult
    [HttpDelete()]
    [Route("{dataSourceKey}/analyses/{token}")]
    public virtual IHttpActionResult RemoveAnalysis( 
       string dataSourceKey,
       string token
    )

    Parameters

    dataSourceKey
    The data source key specifies the data.
    token
    The key specifies the analysis instance.

    Return Value

    The response for this request.
    See Also