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

successboolean required
errorstring nullable

Changes

Changed in 2 of the 7 revisions of this API.11

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the new pending_review enum value to the // response property for the response status

      response-property-enum-value-added