This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Golf Scorecards - Deleting all scorecards at once

Garmin has no option to delete all of your scorecards at once. Therefore, if you're like me and have over 300 scorecards saved, you actually have to go in and delete them one at a time. I'll sell my watch before I spend the time doing that!

The biggest problem that I have is too much data (scorecards) in Garmin Connect. Viewing my stats isn't helpful anymore because I have scorecards dating back over two years. That's the only reason I want to delete my scorecards... to start over so I can see what I'm doing now (this summer) rather looking at how I've done over 2 years. If they would allow you to specify a date range to view data, then I wouldn't have any desire to delete my older scorecards.
  • Hi.  Im having the exact same issue.  Was this issue ever addressed?  Thanks.

  • I don't see a response from Garmin. Do they ever respond to the posts?

  • I cooked up a script you can use to delete scorecards within a certain date range (or all scorecards). You'll need a PC or Mac for this. (Although technically it would work on mobile too.)

    You can either run this as a one-off script (by pasting into the debug console), or you can install it as a "bookmarklet" which will run at the click of a button, any time you want. You may want to install the script if you foresee yourself using it more than once.

    (Note: the start and end dates are interpreted based on the timezone of the device you are using to access Garmin Connect.)

    (All of these instructions assume you are using Chrome, Firefox, Safari, or any other modern browser)

    Usage without Installation

    1) Get script from here:

    https://pastebin.com/JKbmiKwe

    Copy the script contents to your clipboard: Scroll to bottom of page, click on "RAW Paste Data" box, CTRL/CMD-A, CTRL/CMD-C

    2) Sign into Garmin Connect

    3) While still on the Garmin Connect tab, open debug console: F12 / CTRL-SHIFT-I / CMD-OPTION-I

    3) Paste script into debug console. A dialog will open in the Garmin Connect tab.

    4) To run it a 2nd time (for the same tab and session), type the following text in the console:

    gcDeleteGolf()


    Installation

    1) Get script from here:

    https://pastebin.com/JKbmiKwe

    Copy the script contents to your clipboard: Scroll to bottom of page, click on "RAW Paste Data" box, CTRL/CMD-A, CTRL/CMD-C

    2) Open this page: https://caiorss.github.io/bookmarklet-maker/

    2a) Set title to "GC delete golf scores"

    2b) Paste script into "Code" box

    2c) Click "generate bookmarklet"

    2d) Drag blue bookmarklet to bookmarks bar. If the bookmarks bar isn't visible, press CTRL/CMD-SHIFT-B. If you don't have a bookmark bar or you're on mobile, select and copy the contents of Output box, bookmark any site at all, then paste what you just copied into the Address/Location/URL box. (In Firefox you can also right-click and select "Bookmark this link")

    Usage after Installation

    1) Sign into Garmin Connect

    2) Click on "GC delete golf scores" bookmark. A dialog will open in the current tab.

  • Works a treat ... thanks Nicknacker

  • This worked for me too, very grateful for the script, thanks very much!

  • WOW!!  Outstanding work.  Thanks much for the effort you put in on this.  Simple directions and worked just the way I had hoped.