Archive Campaign Ad
DELETE /ad-campaigns/{campaign_id}/ads/{ad_id}
Permanently stop one ad.
Archive, not hard-delete: Google’s remove and LinkedIn’s archive are both
one-way, so the ad is retained with status="archived" and the spend it
already incurred stays attributable. Refuses on a campaign’s last remaining
ad — pause or delete the campaign instead of leaving it serving nothing.
Authorizations
Parameters
Path Parameters
Ad campaign ID
Ad campaign ID
Graph8 ad ID
Graph8 ad ID
Header Parameters
Responses
200
Successful Response
object
One ad inside a campaign — a creative slot.
id is graph8’s, and it is stable: editing an ad almost always mints a new
platform ad (LinkedIn creatives are immutable, and on Google only Search/RSA
is mutable in place), but the slot and its measurement history survive that.
Address an ad by this id, never by platform_ad_id.
object
object
Draft | launching | active | paused | archived | failed
422
Validation Error