Delete caption
DELETE/videos/:video_id/captions/:language
Delete caption of a specific video
Request
Path Parameters
video_id stringrequired
language stringrequired
(Required) 3-letter language code according to ISO-639-2 (bibliographic code)
Example: eng
Header Parameters
Accept stringrequired
Example: application/json
Responses
- 200
- 400
- 401
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
OK
{
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Bad Request
{
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Unauthorized
{
"status": "<string>"
}
Loading...