node-spotify-api
node-spotify-api copied to clipboard
DELETE request
I'd like to be able to call one of the DELETE endpoints on the Spotify API here:
https://developer.spotify.com/documentation/web-api/reference/playlists/remove-tracks-playlist/
but (as per the other open issue regarding UPDATE) requests are forced into GET request types.
Thanks in advance, Jon.