DELETE /v1/projects/:projectId/ads/:platform/ads/:adId/creative
Prune an underperforming creative from an ad.
DELETE
/v1/projects/:projectId/ads/{platform}/ads/:adId/creativePhase 1stable
- Auth
- Bearer
- Scope
- ads:write:creative
Removes a creative from an ad. The ad itself stays — partners use this when an ad has multiple creatives in rotation and you want to drop the worst-performer.
Authority: gated by the creative axis. Layers refuses to leave an ad without any creatives — pruning the last one returns WOULD_LEAVE_AD_EMPTY.
Body
Body
adsContentIdstringrequiredWhich creative to prune.
See also
POST …/disable-underperforming— automated bulk prune across the layer- Ads write model