Delete a video caption for a video under a project#
📣 this endpoint delete a video caption for a video under a project . In this DELETE request the project ID ,video ID and Caption ID have to be provided .✳ list of URL parameters
project_id = 36 character in length
video_id = 36 character in length
caption_id = 36 character in length
📢 Info message : Here URL is contructed like DELETE/projects/<project_id>/videos/<video_id>/captions/<caption_id>
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.