Class RemoveAlbumsUserRequest
java.lang.Object
de.sonallux.spotify.api.apis.albums.RemoveAlbumsUserRequest
Remove Users' Saved Albums request
Required OAuth scopes
user-library-modify
Response
Album(s) have been removed from the library
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveAlbumsUserRequest(ApiClient apiClient, List<String> ids) Remove Users' Saved Albums request -
Method Summary
-
Constructor Details
-
RemoveAlbumsUserRequest
Remove Users' Saved Albums request- Parameters:
apiClient-The API client
ids-A JSON array of the Spotify IDs. For example:
["4iV5W9uYEdYUVa79Axb7Rh", "1301WleyT98MSxVHPZCA6M"]
A maximum of 50 items can be specified in one request. Note: if theidsparameter is present in the query string, any IDs listed here in the body will be ignored.
-
-
Method Details
-
build
Build the request into an executable api call- Returns:
- an executable api call
-