unlove_track
Remove a track from your Last.fm loved tracks list by specifying the artist and track name. This action updates your music preferences on your profile.
Instructions
Remove love from a track on your Last.fm profile. Requires authentication - use authenticate_user() and get_session() first.
Args: artist: Artist name track: Track name
Returns: Confirmation of unlove action
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | ||
| track | Yes |