Possible to remove all from Solution Model-generated form?

Is there a way to “remove” everything that has been added to a solution model form?

Meaning if I have created a form using 4.1’s new solution model, then I add a bunch of fields to it, can I somehow “remove” all of those fields programatically?

Thanks

I think per the 4.1 SM video the answer to this is no b/c once a JSForm has been “viewed” changes cannot not me made, so remove functionality I guess would not be available/make sense? Sounds like the answer here is to remove the form entirely and recreate.

Just rebuild the form again from your meta data. Include any changes you want. In our testing it is so fast you don’t even notice a flicker.

Hi David…thanks!