CampaignControllerDelete Method |
Deletes campaign with given id only for current site.
Namespace: CMS.WebAnalytics.Web.UIAssembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 11.0.0
Syntax public HttpResponseMessage Delete(
int id
)
Parameters
- id
- Type: SystemInt32
ID of campaign
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