Skip to content

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

campaign_id
required

Ad campaign ID

integer

Ad campaign ID

ad_id
required

Graph8 ad ID

integer

Graph8 ad ID

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

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
approval_nuance
Any of:
string
campaign_id
required
integer
copy_assets
Any of:
object
key
additional properties
any
created_at
Any of:
string
creative_image_url
Any of:
string
creative_image_url_portrait
Any of:
string
creative_image_url_square
Any of:
string
cta
Any of:
string
description
Any of:
string
destination_url
Any of:
string
error_message
Any of:
string
headline
Any of:
string
id
Any of:
integer
launched_at
Any of:
string
logo_image_url
Any of:
string
name
Any of:
string
platform_ad_id
Any of:
string
policy_topics
Any of:
Array<object>
object
key
additional properties
any
primary_text
Any of:
string
slot_index
required
integer
source_ad_creative_id
Any of:
string
status
required

Draft | launching | active | paused | archived | failed

string
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string