Class RemoveEpisodesUserRequest

java.lang.Object
de.sonallux.spotify.api.apis.episodes.RemoveEpisodesUserRequest

public class RemoveEpisodesUserRequest extends Object

Remove User's Saved Episodes request

Required OAuth scopes

user-library-modify

Response

Episode removed

  • Constructor Details

    • RemoveEpisodesUserRequest

      public RemoveEpisodesUserRequest(ApiClient apiClient, List<String> ids)
      Remove User's Saved Episodes request
      Parameters:
      apiClient -

      The API client

      ids -

      A JSON array of the Spotify IDs.
      A maximum of 50 items can be specified in one request. Note: if the ids parameter is present in the query string, any IDs listed here in the body will be ignored.

  • Method Details

    • build

      public ApiCall<Void> build()
      Build the request into an executable api call
      Returns:
      an executable api call