[GH-ISSUE #709] Remove playlist by name #421

Closed
opened 2026-02-27 23:22:32 +03:00 by kerem · 1 comment
Owner

Originally created by @9acca9 on GitHub (Jul 19, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/709

How i can do to delete (or unfollow....) a playlist by his name, or just knowing his name? I mean, i know the playlist is in my playlists and is called "Musicaaaaa"... i imagine that first i have to get the "id". There is a way to make this without "human intervention"?
Thanks.

Originally created by @9acca9 on GitHub (Jul 19, 2021). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/709 How i can do to delete (or unfollow....) a playlist by his name, or just knowing his name? I mean, i know the playlist is in my playlists and is called "Musicaaaaa"... i imagine that first i have to get the "id". There is a way to make this without "human intervention"? Thanks.
kerem 2026-02-27 23:22:32 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@Peter-Schorn commented on GitHub (Jul 20, 2021):

Just get a list of all of your playlists and iterate through it until you find one with the correct name. Then, unfollow the playlist using the id.

<!-- gh-comment-id:882957956 --> @Peter-Schorn commented on GitHub (Jul 20, 2021): Just get a list of all of your playlists and iterate through it until you find one with the correct name. Then, unfollow the playlist using the id.
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#421
No description provided.