remove_from_playlist
Remove a specific item from a Plex playlist by providing the playlist ID and item ID. Ensure PLEX_ENABLE_MUTATIVE_OPS is set to true.
Instructions
Remove an item from a playlist (requires PLEX_ENABLE_MUTATIVE_OPS=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlistId | Yes | Playlist rating key | |
| playlistItemId | Yes | Playlist item ID to remove |