You can delete a track
instance.removeTracks('myTrack1')
or an array of tracks if you know their id:
instance.removeTracks(['myTrack1', 'myTrack2'])
or all tracks:
instance.removeTracks()