delete https://api-v2.pandavideo.com/thumbs/
Deletes a custom thumbnail for a video, reverting to auto-generated thumbnails
DELETE /thumbs/{video_id}
Detailed Description
Deletes a custom thumbnail for a video. After deletion, the video falls back to auto-generated thumbnails.
HTTP Method & Path
DELETE /thumbs/{video_id}
Authentication Requirements
- Security Scheme:
PandaAuth
(apiKey) - Header:
Authorization: <your_api_token>
(no Bearer prefix)
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
Authorization | header | string | Yes | Panda API token (without Bearer prefix). |
video_id | path | string (uuid) | Yes | Unique identifier of the video. |
type | query | string (enum: pause , live , end ) | No | Thumbnail type to delete. |
thumbName | query | string | No | Specific thumbnail name to delete (only applicable for pause type). |
Notes
- If
type=pause
and multiple pause thumbnails exist, usethumbName
to target a specific one.