[PR #69] [CLOSED] adding user_playlist_unfollow(playlist_id) method #751

Closed
opened 2026-02-28 00:01:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/69
Author: @myselfhimself
Created: 11/9/2015
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

2 files changed (+16 additions, -1 deletions)

View changed files

📝 spotipy/client.py (+10 -0)
📝 spotipy/oauth2.py (+6 -1)

📄 Description

This allows "deleting" playlists by unfollowing them for a user. See https://developer.spotify.com/web-api/unfollow-playlist/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/69 **Author:** [@myselfhimself](https://github.com/myselfhimself) **Created:** 11/9/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`f72bab9`](https://github.com/spotipy-dev/spotipy/commit/f72bab98d76b8f0f4c41631f24da1285a2881a21) adding user_playlist_unfollow(playlist_id) method matching https://developer.spotify.com/web-api/unfollow-playlist/ - [`3f2194d`](https://github.com/spotipy-dev/spotipy/commit/3f2194d74e85f8648207f9bfa3a45845baff1949) Avoid unneeded token renewal when cached token's scope contains currently required scope - [`91a2b14`](https://github.com/spotipy-dev/spotipy/commit/91a2b14cf0ee82dbddf259bbe682066b31067a1c) Merge pull request #1 from myselfhimself/myselfhimself-scope-subsets ### 📊 Changes **2 files changed** (+16 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/client.py` (+10 -0) 📝 `spotipy/oauth2.py` (+6 -1) </details> ### 📄 Description This allows "deleting" playlists by unfollowing them for a user. See https://developer.spotify.com/web-api/unfollow-playlist/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:01:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#751
No description provided.