removeItemFromPlaylist

suspend fun removeItemFromPlaylist(playlistId: String, entryIds: Collection<String>? = emptyList()): Response<Unit>

Removes items from a playlist.

Parameters

playlistId

The playlist id.

entryIds

The item ids, comma delimited.