Delete a video Caption
Developing
DELETE
/projects/{projId}/videos/{videoId}/captions/{captionId}
Delete a video caption for a video under a project
DELETE
/projects/<project_id>/videos/<video_id>/captions/<caption_id>
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.vidinfra.com/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/>'
Response Response Example
{
"message": "string",
"result": [
{
"id": "string",
"user_id": "string",
"project_id": "string",
"video_id": "string",
"src": "string",
"language": "string",
"label": "string",
"default": null
}
],
"success": true
}
Request
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
videoId
stringÂ
required
Example:
aa88b7e7-b2d8-49b9-905c-cdf9b3bd9778
captionId
stringÂ
required
Example:
07f78578-4560-4086-858d-0042cb7cda6f
Body Params application/xml
Responses
Modified at 2025-06-19 04:59:01