API Reference

Remove video from playlist

Removes a specific video from a playlist

DELETE /playlist/{playlist_id}/videos/{video_id}

Detailed Description

Removes a specific video from a playlist.

HTTP Method & Path

DELETE /playlist/{playlist_id}/videos/{video_id}

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token> (no Bearer prefix)

Parameters

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token (without Bearer prefix)
playlist_idstring (path, uuid)YesTarget playlist identifier.
video_idstring (path, uuid)YesIdentifier of the video to remove.

Request Body

(No request body)

Example Request Body

{}

Notes

  • Ensure playlist order is re-computed client-side if you rely on explicit order indices.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!