DELETE /api/v2/buyer/campaigns/{campaignId}/creatives/{creativeId}
Detaches a creative from the specified campaign. The creative is removed from that campaign’s creative list and unlinked from draft and pending media buys in that campaign. Returns 204 No Content on success.
The creative manifest is not archived globally — it remains available in the advertiser library and in any other campaigns it belongs to.
To permanently archive a creative across all campaigns, use DELETE /api/v2/buyer/advertisers/{advertiserId}/creatives/{creativeId}.
Request
Parameters
Response
204 No Content — the response body is empty. The creative is detached from this campaign; it is not removed from other campaigns or from the advertiser library.
Errors
404 NOT_FOUND—campaignIdorcreativeIddoes not exist or is not visible to the authenticated account.400 VALIDATION_ERROR— the creative has active or paused media buys on this campaign; pause or end those buys before detaching.
Global archive
To archive a creative permanently and remove it from all campaigns:Related
Creative overview
Manifest lifecycle and propagation
Get creative manifest
Confirm the manifest before detaching
List creative manifests
Browse remaining manifests