Ad Creatives

Delete an ad video

Removes a video from the ad account's video library. Meta's canonical DELETE /{video_id} fails with code 10 / subcode 1363055 for videos uploaded via /act_X/advideos even with ads_management; this endpoint uses the working account-scoped shape DELETE /act_X/advideos?video_id=<id> and returns Meta's {success: true} verbatim. Deleting a video that lives in a different ad account, or that Meta has already removed, returns Meta's error verbatim as a 4xx.

delete/v1/ads/videos/{videoId}

Path parameters

videoIdstring required

Meta ad video id (numeric).

Query parameters

accountIdstring required

Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.

adAccountIdstring required

Meta ad account id (act_<n>) that owns the video.

Response

Video deleted

adAccountIdstring
videoIdstring
successboolean