Skip to main content
POST
/
playlists
/
commands
/
delete
cURL
curl --request POST \
  --url https://api.example.com/playlists/commands/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
id
string
required

Response

200

deletePlaylist 200 response