Skip to main content
DELETE /api/v2/buyer/campaigns/{campaignId}/creatives/{creativeId} Deletes a creative manifest and all of its assets from the campaign. Returns 204 No Content on success.

Request

curl -X DELETE https://api.interchange.io/api/v2/buyer/campaigns/cmp_987654321/creatives/cm_abcdef \
  -H "Authorization: Bearer $SCOPE3_API_KEY"

Parameters

FieldTypeRequiredNotes
campaignIdstringYesPath param — owning campaign
creativeIdstringYesPath param — creative manifest ID

Response

204 No Content — the response body is empty. The manifest and its assets are removed; deleting a synced manifest also withdraws it from the media buys it propagated to.

Errors

  • 404 NOT_FOUNDcampaignId or creativeId does not exist or is not visible to the authenticated customer.
See Errors for the full error contract.

Creative overview

Manifest lifecycle and propagation

Get creative manifest

Confirm the manifest before deleting

List creative manifests

Browse remaining manifests