v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Playlist Videos

Remove video from playlist

Removes a specific video from a playlist

delete/playlists/{playlist_id}/videos/{video_id}

Path parameters

playlist_idstring uuid required

Unique identifier of the playlist

video_idstring uuid required

Unique identifier of the video

Response

Video removed successfully

messagestring

Example response

{
  "message": "Video removed from playlist"
}