[]
        
(Showing Draft Content)

C1.Web.Api.DataEngine.DataEngineController.RemoveAnalysis

RemoveAnalysis Method

RemoveAnalysis(string, string)

Remove the analysis.

Declaration
public virtual IHttpActionResult RemoveAnalysis(string dataSourceKey, string token)
Public Overridable Function RemoveAnalysis(dataSourceKey As String, token As String) As IHttpActionResult
Parameters
Type Name Description
string dataSourceKey

The data source key specifies the data.

string token

The key specifies the analysis instance.

Returns
Type Description
IHttpActionResult

The response for this request.