Delete collection in order to recreate with changed fields

Hi, Hopefully a quick question…
I have a developing dot-net synced project with no data.
I need to rework one collection to change field names and types.
Can I delete the collection from Realm and recreate using Development Mode?
Do I delete the Collection from the schema or from the Atlas page?
Thanks

I believe you’ll need to terminate and reenable sync to be able to do that. But yes - you can go to your JSON Schema tab in the server UI and delete the schema for that collection.

Thanks Nikola,

It worked with a few hiccups, such as another class holding a list of the changed object, but I got there in the end. Not for very complicated collections though.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.