Whenever I make a change to my dar files, rebuild, redeploy, I get additional instances on daml hub.
How do I remove the obsolete ones? I can’t seem to do it from the UI.
Hi @rikotacards,
Once deployed to a ledger, DAR files cannot be removed as there may exist contracts on ledger referencing templates from previous DARs.
The only way to start clean is to create a new ledger altogether
2 Likes
I see, thanks!