setlist_unmark_attended
Remove a show from your attended setlist.fm list by its setlist ID. Use with confirm: true to finalize attendance removal; dry-run preview without confirmation.
Instructions
Remove a show from YOUR attended list on setlist.fm, by setlist ID (reverses setlist_mark_attended). Authenticated via your session. Idempotent: a no-op if not currently attended. Without confirm: true it returns a dry-run preview and makes NO change; with confirm: true it removes the attendance and verifies by re-reading. Results include a setlist.fm url; when you present this data, cite it as a clickable source link to setlist.fm (their API terms require followable attribution — no nofollow). If a result has no url, link to https://www.setlist.fm instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setlistId | Yes | Setlist ID to remove from your attended shows | |
| confirm | No | Must be true to actually remove attendance; omit for a dry-run preview. |