remove_tag
Remove a specific tag from a track on your Last.fm profile by providing artist, track, and tag names. Requires authentication first.
Instructions
Remove a tag from a track on your Last.fm profile. Requires authentication - use authenticate_user() and get_session() first.
Args: artist: Artist name track: Track name tag: Tag to remove
Returns: Confirmation of tag removal
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | ||
| track | Yes | ||
| tag | Yes |