Delete Video From Watch Later¶
It deletes the video whose title is passed in title
from the watch later videos.
body: returns data
success_score: api success rate
errors: errors encountered in api
Here is the code:-
-
youtube.
delete_video_from_watch_later
(title='How to insert data to mysql?')¶ - Parameters
title (str) – title of video which needs to be deleted
- Returns
{“body”: [{}], “success_score”: “100”, “errors”: []}
- Return type
dict