Delete cover
DELETE/videos/:video_id/cover
Delete cover image of a video.
Request
Path Parameters
video_id stringrequired
Header Parameters
Accept stringrequired
Example: application/json
Responses
- 200
- 400
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>"
}
Loading...