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>"
}
'

Body

application/json
id
string
required

Response

200

deletePlaylist 200 response