remove_track_from_playlist
Remove a track from a playlist in rekordbox by supplying the playlist ID and track ID. Directly modifies your database.
Instructions
Remove a track from a playlist.
⚠️ CAUTION: This modifies your rekordbox database!
Args: playlist_id: ID of the playlist to modify track_id: ID of the track to remove
Returns: Result of the operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_id | Yes | ||
| playlist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||