Skip to main content
POST
Archive a CPC campaign.
Stops the campaign for good: serving ends on the next scheduling pass and the status becomes archived. Statistics stay available through GET /cpc/campaigns/{public_id}/stats. Archiving cannot be undone; to pause temporarily use the settings endpoint with status: paused.

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Path Parameters

public_id
string
required

Resource public id. Format varies by endpoint: cplo_xxxxxxx for CPL orders, cpco_xxxxxxx for CPC orders, swpo_xxxxxxx for swap orders, cpcr_xxxxxxx for CPC creatives, revi_xxxxxxx for RevShare invoices.

Pattern: ^[a-z0-9_]+$

Response

Archived.

success
boolean
Example:

true

data
object