Skip to main content
POST
Archive a campaign
Removes the campaign from active lists without deleting its data. Allowed from any non-running, non-archived state.
Authentication required
  • X-Auth-ID — your Vobiz account ID
  • X-Auth-Token — your Vobiz auth token
string
required
Your Vobiz account ID. Use the same value in X-Auth-ID.
string
required
Your Vobiz account ID, for example MA_XXXXXXXX.
string
required
The campaign to archive. It must not be running.

Example

cURL
Archived campaigns remain readable through List campaigns with archived=true, and their contacts, CDRs, and statistics stay intact.
Cancel a running campaign before archiving it. Archiving a running campaign, or one that is already archived, returns 409.

Lifecycle

Invalid transitions return 409 Conflict. Control endpoints take no request body.