Click or drag to resize
AssetControllerDelete Method
Deletes given campaign asset.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public 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
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