UCLA-Creative-Labs / aurgy-backend

the logic behind generating out-of-body music playlists
MIT License
3 stars 0 forks source link

🚀 Feature: DELETE /lobby/:id #29

Closed trevorong closed 2 years ago

trevorong commented 2 years ago

design doc notes

Deletes the lobby with the specified ID.

Proposed Solution

Issues

Spotify API doesn't allow deleting playlists--see here

Instead, we will use the unfollow method to delete a given playlist from a user's library.


This is a :rocket: Feature Request