C1.Web.Api.DataEngine Namespace > DataEngineController Class : RemoveAnalysis Method |
'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 )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2