Playlists
Remove an object (by id and type, or track number, or clear) from a playlist
post/playlists/{playlist_id}/remove
Path parameters
playlist_idstring required
Query parameters
idstring
Object id
type'song' | 'album' | 'artist' | 'playlist'
trackstring
Track number to remove from the playlist
clear0 | 1
Clear the whole playlist
Response
Success