How to remove a shortcut

Our installer creates a shortcut for the application that contains the version in the shortcut name.For example "MY_COOL_APP_1.0.0.lnk"When we update the software how can we update the name of the shortcut?We are using an xml with the command line options http://wyday.com/wybuild/help/commandline.phpOne way I thought about was deleting the shortcut and create a new one.Creating a new one is easy according to the documentation, but what is the recommended way of deleting it? Or is there something else we could do?

Create the shortcut in wyBuild in the "current version", and then in the new version create a new shortcut with the new name. Then, when you install the update wyUpdate knows to delete the old shortcut and install the new one.

https://wyday.com/wybuild/help/faq.php#how-it-works