Stop a Campaign

This method uses PUT to stop a campaign.

Validations/Error Messages

In case of failure the service replies with specific error codes. Here are the codes for the JSON and the corresponding HTTP status codes:

CodeIndicates
0Campaign is now stopped => HTTP 200
1token parameter is mandatory => HTTP 400
2Failed to stop campaign (Please check provided token is valid) => HTTP 503
3Failed to refresh ad server configurations => HTTP 503
4Ad server configurations were partially refreshed => HTTP 503
Language