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
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
campaignId | string | Yes | Path param — owning campaign |
creativeId | string | Yes | Path 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_FOUND—campaignIdorcreativeIddoes not exist or is not visible to the authenticated customer.
Related
Creative overview
Manifest lifecycle and propagation
Get creative manifest
Confirm the manifest before deleting
List creative manifests
Browse remaining manifests