cURL
curl --request DELETE \ --url https://api.gcore.com/streaming/videos/{video_id}/subtitles/{id} \ --header 'Authorization: <api-key>'
{ "status": 404, "error": "Not Found. Entity you are looking for was not found, please check the initial parameters" }
Delete specified video subtitle
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
ID of a subtitle
ID of a video
"No content", subtitle deleted successfully
Was this page helpful?