Campaigns
Cancel Campaign
Cancel an eligible campaign. The returned campaign has status cancelled. Requires API key with campaign:write.
post/v1/campaigns/{id}/cancel
Path parameters
idstring required
Campaign ID
Response
Campaign cancelled
Changes
Changed in 2 of the 7 revisions of this API.11
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ●
added the new
pending_reviewenum value to the//response property for the response statusresponse-property-enum-value-added
- ●