Remove ads from content

Remove all ads from a VOD or live channel.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Clears the entire ad schedule on the content. Success returns 204 with an empty body.

There is no API to delete a single ad slot by id. To remove one slot, GET the schedule, drop that item from the ads array, and POST the shortened list - or DELETE then POST a fresh schedule.

After delete, List ads on a content returns "ads": [] and "IsDefault": false.

To set a new schedule without an empty step in between, use Create ads on content (POST) directly.

Step-by-step walkthrough: Ads on content.

Path Params
string
enum
required
Defaults to vod

Content type: vod or channel.

Allowed:
string
required

Content id (UUID string).

Responses
204

204 — all ads removed. Empty body.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json