How to cleanup the server ?
Hi,
From an administrative point of view, i want to be able to reset my server to its initial state, i.e., i want to delete all things, mashups, thingTemplate, ThingShape etc ..
I did a service which returns all of my entities and call from a script "http DELETE" on all returned entities.
The problem i'm facing to is i have some dependencies between things. I tried to sort the list but there are circular dependencies and it doesn't work.
Does anyone have an idea to achieve this ?
