remove_tracks_from_playlist
Remove tracks from a TIDAL playlist by providing the playlist ID and the 1-based positions of the tracks to delete.
Instructions
Remove tracks from an existing playlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | Playlist ID to remove tracks from | |
| track_indices | Yes | List of track positions to remove (1-based, as shown in get_playlist_tracks) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |