API Reference

Delete video thumbnail

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

NameInTypeRequiredDescription
AuthorizationheaderstringYesPanda API token (without Bearer prefix).
video_idpathstring (uuid)YesUnique identifier of the video.
typequerystring (enum: pause, live, end)NoThumbnail type to delete.
thumbNamequerystringNoSpecific thumbnail name to delete (only applicable for pause type).

Notes

  • If type=pause and multiple pause thumbnails exist, use thumbName to target a specific one.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!