How would I delete a playlist using YouTube API V3? Or would I have to use an AJAX DELETE method?

scottwalstead

a lot of people complain they have too many YouTube playlists and it sucks to delete them one at a time. Using the YouTube V3 API, would it be possible for me to programmatically delete their playlists for them? If not, could I do a DELETE call to YouTube using Angular client side or node.js serverside?

CptCam

All you would need to do is call playlists.list() to retrieve the ids for all of the playlists you would like to delete, and then delete them using playlists.delete(). You can see the details for these methods here: https://developers.google.com/youtube/v3/docs/playlists

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How would I test this method?

How to delete a video using the youtube API v3 and PHP

How would I use the sized operators delete/delete[] and why are they better?

Using selenium, how would I click delete and yes on reddit?

How would I replace a substring in Java without using the replace method?

How would I delete text in a box upon the user clicking on it?

Why would I want to delete build/ directory?

How would I select a random line then delete it in a .txt?

How would I delete the same item from UI and localStorage

I would like to have an id which is dynamic i.e. if I delete id 2 that id 3 becomes Id 2

How would I use a friend method that is predefined in a header file?

How do I navigate through a playlist using the Youtube Javascript API?

How would I use a command that binds to a method outside a template?

How would I use sed command to delete text within a document?

How Would I Delete This Class Object? (C++)

In Autohotkey , how would I delete the .java part of my command line?

Unable to delete a youtube playlist using youtube api v3

I would like to delete/clear the print queue using python

Delete videos from playlist using YouTube API

using php, how do i upload youtube videos on my site using the youtube v3 api?

How would I parse JSON with use of API in React-Native?

how would i use rm to delete all files without certain wildcard?

How would i use another method from another class

I would like to automatically delete older files using forfiles

How would i make my bot delete commands after use Discord JS

how would I delete item's in a dictionary within specific parameters?

How would I add, delete or insert arrays in Java using static methods (no ArrayLists)

How would I delete items from a list with a button inside that list?

How would i delete all logs in loki via its api?