How to prevent `org-roam-capture` from adding ID property?

I do the following for my Md-roam to avoid Org-roam adding an Org-ID to the top of the file.

My previous suggestion might be simpler to implement. I don’t use headline nodes, so you would need to adjust the code. This adds advice and then uses a hook to clean up the advice – yes, a bit convoluted but this is a technique Org-roam uses in some cases.