API Reference

Delete 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

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token (without Bearer prefix)
playlist_idstring (path, uuid)YesUnique 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.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!