spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
983 stars 79 forks source link

Not able to delete a track from playlist even return 200 OK response with snapshot_id #1387

Open kjoshi07 opened 4 years ago

kjoshi07 commented 4 years ago

Issue found on November 14th 2019.

Endpoint(s):

Scope(s):

Steps to reproduce:

  1. Call DELETE A TRACK API with Authorization header with correct scope provided.
  2. Pass Body with DELETE Request: {"tracks":[{"uri":"spotify:track:6v3KW9xbzN5y*************"}]}
  3. API returns 200 OK response with snapshot_id

Expected behaviour:

Track should be deleted from spotify play list

Actual behaviour:

But track is still there in my playlist

As per issue https://github.com/JMPerez/spotify-dedup/issues/15 I also though to pass uri from linked_from object but playlist track object does not return this object.

kevinguebert commented 4 years ago

Hm @kjoshi07 is the track still there in your playlist? Using the web console, mine happened automatically with the Spotify desktop client opened in a second monitor. Calling the API removed it immediately from the desktop although I did have to refresh to remove it from the browser player.