removeUsersSavedShows

suspend fun removeUsersSavedShows(ids: Ids, market: CountryCode? = null): SpotifyApiResponse<Boolean>

Deprecated

Spotify marks DELETE /v1/me/shows as deprecated.

Removes shows from the current user's Your Library.

Return

Wrapped Spotify API response. data is true when Spotify accepted the operation.

Parameters

ids

Spotify IDs of target resources (comma-separated at request time).

market

Market (country) code used to localize and filter content.