Class UnfollowPlaylistRequest
- java.lang.Object
-
- de.sonallux.spotify.api.apis.follow.UnfollowPlaylistRequest
-
public class UnfollowPlaylistRequest extends Object
Unfollow Playlist requestRequired OAuth scopes
playlist-modify-public, playlist-modify-privateResponse
On success, the HTTP status code in the response header is
200OK and the response body is empty. On error, the header status code is an error code and the response body contains an error object.
-
-
Constructor Summary
Constructors Constructor Description UnfollowPlaylistRequest(ApiClient apiClient, String playlistId)Unfollow Playlist request
-
-
-
Constructor Detail
-
UnfollowPlaylistRequest
public UnfollowPlaylistRequest(ApiClient apiClient, String playlistId)
Unfollow Playlist request
- Parameters:
apiClient-The API client
playlistId-The Spotify ID of the playlist that is to be no longer followed.
-
-