Campaigns

Archive Campaign

Archive a campaign to hide it from the default campaign list. Works for any status. Archived campaigns are excluded from list results unless the archived filter is set. Requires API key with campaign:write.

post/v1/campaigns/{id}/archive

Path parameters

idstring required

Campaign ID

Response

Campaign archived

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