v1

latestOpenAPI 3.0.02026-07-175989869.3 KB
Captions

Delete a caption

Delete a caption in a specific language by by video id.

delete/videos/{videoId}/captions/{language}

Path parameters

videoIdstring required

The unique identifier for the video you want to delete a caption from.

languagestring required

A valid language identifier using IETF language tags. You can use primary subtags like en (English), extended subtags like fr-CA (French, Canada), or region subtags like zh-Hans-CN (Simplified Chinese used in the PRC).

  • This parameter only accepts dashes for separators, for example fr-CA. If you use a different separator in your request, the API returns an error.
  • When the value in your request does not match any covered language, the API returns an error.
  • You can find the list of supported tags here.

Response

No Content