delete https://api-v2.pandavideo.com/playlist/
Permanently deletes a playlist
DELETE /playlist/{playlist_id}
Detailed Description
Permanently deletes a playlist. This operation cannot be undone.
HTTP Method & Path
DELETE /playlist/{playlist_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 | Unique identifier of the playlist to delete. |
Request Body
(No request body)
Example Request Body
{}
Notes
- Ensure client UI confirms destructive actions with the user prior to calling this endpoint.