/projects/<project_id>/videos/<video_id>/captions/<caption_id>
Authorization: Bearer ********************
<?xml version="1.0" encoding="UTF-8"?>
<root/>
curl --location --request DELETE 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/videos/aa88b7e7-b2d8-49b9-905c-cdf9b3bd9778/captions/07f78578-4560-4086-858d-0042cb7cda6f' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<root/>'
{
"message": "string",
"result": [
{
"id": "string",
"user_id": "string",
"project_id": "string",
"video_id": "string",
"src": "string",
"language": "string",
"label": "string",
"default": null
}
],
"success": true
}