provider TracksLibrary DELETE
/me/tracks @utdk/spotify
/me/tracks Remove User's Saved Tracks
Remove one or more tracks from the current user's 'Your Music' library.
**Note:** This endpoint is deprecated. Use [Remove Items from Library](/documentation/web-api/reference/remove-library-items) instead.
- ids query required
- string
Try it
Authentication
Configure credentials for Spotify Web API
Code snippet
Updates live as you fill in the form above.
TypeScript
import spotify from '@utdk/spotify';
await spotify.removeTracksUser()