Layers
Partner APIAPI referenceAds

DELETE /v1/projects/:projectId/ads/:platform/ads/:adId/creative

Prune an underperforming creative from an ad.

View as Markdown
DELETE/v1/projects/:projectId/ads/{platform}/ads/:adId/creative
Phase 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
  • adsContentId
    stringrequired
    Which creative to prune.

See also

On this page