[]
Remove the analysis.
[HttpDelete]
[Route("{dataSourceKey}/analyses/{token}")]
public virtual IActionResult RemoveAnalysis(string dataSourceKey, string token)
| Type | Name | Description |
|---|---|---|
| string | dataSourceKey | The data source key specifies the data. |
| string | token | The key specifies the analysis instance. |
| Type | Description |
|---|---|
| IActionResult | The response for this request. |