delete_playlists_by_playlist_id_items
Clear a Plex playlist by passing its playlist ID, removing all items from it. Resolves the need to manually delete each track.
Instructions
Clearing a playlist.
DELETE /playlists/{playlistId}/items
Args: playlist_id: The ID of the playlist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |