Delete subtitles from VODs

Remove one or more subtitle tracks from a VOD by subtitle-id (comma-separated ids query parameter).

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

Remove one or more subtitle tracks from a VOD. Pass subtitle-id values from List subtitles in the ids query parameter (comma-separated).

DELETE /v2/vod/{id}/subtitles?ids={subtitle-id}

ℹ️

Authenticate with X-Api-Key and send X-Format: default. Host: https://developer.dacast.com. No request body. Success returns 200 with an empty body.

ParameterInRequiredNotes
idpathyesVOD UUID.
idsqueryyesOne or more subtitle-id values, comma-separated.

If any id in ids does not exist on the VOD, the API returns 400 and does not remove the others. After a successful delete, confirm with List subtitles; the list can briefly still show a removed track - re-check after a short delay if needed.

curl -X DELETE "https://developer.dacast.com/v2/vod/{id}/subtitles?ids=11111111-2222-3333-4444-555555555555,22222222-3333-4444-5555-666666666666" \
  -H "X-Api-Key: insertYourApiKeyHere" \
  -H "X-Format: default"
Path Params
string
required

UUID of the VOD.

Query Params
string
required

One or more subtitle-id values from List subtitles, comma-separated.

Responses

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