delete https://api-v2.pandavideo.com/playlist//videos/
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
Name | Type | Required | Description |
---|---|---|---|
Authorization | string (header) | Yes | Panda API token (without Bearer prefix) |
playlist_id | string (path, uuid) | Yes | Target playlist identifier. |
video_id | string (path, uuid) | Yes | Identifier 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.