v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBThumbnails
Delete video thumbnail
Deletes a custom thumbnail (start/pause/live/end). For pause, thumbName query is required to target the specific entry. After deletion the video falls back to auto-generated thumbnails.
delete/thumbs/{video_id}
Path parameters
video_idstring uuid required
Unique identifier of the video
Query parameters
type'pause' | 'live' | 'end'
Type of thumbnail to delete
thumbNamestring
Specific thumbnail name to delete (for pause type)
Response
Thumbnail deleted successfully
Example response
{
"response": {
"message": "Thumbnail deleted"
}
}