Skip to main content
PUT
Replace a Campaign
Send currentCampaignId and newCampaignId.
Use it to retire a campaign that still has pages attached to it.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

The campaign replace request.

Represents a campaign replacement request.

currentCampaignId
integer<int64> | null

The unique identifier of the campaign to replace.

newCampaignId
integer<int64> | null

The unique identifier of the campaign to use instead.

Response

OK

Last modified on July 28, 2026