Archive a campaign
POST/v1/networks/:networkId/campaigns/:id/archive
Transitions the campaign to the archived status and returns it. This is the only client-driven status transition; the rest of the lifecycle (pending, active, completed, cancelled) is platform-owned. Archiving an already-archived campaign returns 409, as does a concurrent modification. Requires the administrator network role.
Request
Responses
- 200
- 401
- 403
- 404
- 409
The archived campaign
Missing or invalid API key
The API key is not authorized for this resource
Campaign not found
Campaign is already archived, or a version conflict