Videos

Remove a video's custom thumbnail

Removes the custom thumbnail (uploaded image or picked frame) and reverts the video to its default auto-generated thumbnail.

delete/v1/videos/{id}/thumbnail

Path parameters

idstring required

Unique video identifier

Example:vid_abc123def456

Unique video identifier

Response

Thumbnail reset to default

status'ok' required

Operation status

Example response

{
  "status": "ok"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.