We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753cfe8 commit 775ebe6Copy full SHA for 775ebe6
src/main/java/spotify/retrofit/services/LibraryService.java
@@ -37,4 +37,7 @@ public interface LibraryService {
37
38
@PUT("me/tracks")
39
Call<Void> saveTracks(@Header("Authorization") String accessToken, @Query("ids") String trackIds);
40
+
41
+ @DELETE("me/albums")
42
+ Call<Void> deleteAlbums(@Header("Authorization") String accessToken, @Query("ids") String albumIds);
43
}
0 commit comments