| AssetControllerDelete Method | 
            Deletes given campaign asset.
            
 
Namespace: CMS.WebAnalytics.Web.UIAssembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic HttpResponseMessage Delete(
	int campaignAssetID
)
Parameters
- campaignAssetID
- Type: SystemInt32
 ID of asset
Return Value
Type: 
HttpResponseMessage
            Returns 
HTTP status code 200 OK if request was successful.
            
 Remarks
Remarks
            When response is returned, there will be no campaign with given ID in database.
            HTTP verb DELETE is not supported, therefore this request accepts only the GET requests.
            
 See Also
See Also