delete https://api-v2.pandavideo.com/playlists/
Permanently deletes a playlist
DELETE /playlists/{playlist_id}
Detailed Description
Permanently deletes a playlist. This operation cannot be undone.
HTTP Method & Path
DELETE /playlists/{playlist_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). |
playlist_id | path | string (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.