Remove Video from Playlist
neptime_remove_video_from_playlistRemoves a specified video from a playlist. Provide the playlist ID and video ID to update the playlist's video count.
Instructions
Remove a video from a playlist.
Args:
list_id: Playlist ID (required)
video_id: Video ID to remove (required)
Returns: Confirmation with updated video count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Playlist ID | |
| video_id | Yes | Video ID to remove |