The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
I have a published expierence I want to delete.
I tried to write over it but it just adds experiences to the same mark.
Solved! Go to Solution.
William, technically Ankit's answer shall delete the project in the cloud as well.
As an alternate way, you can try using CURL or Postman to make a delete request. The Curl command should look like:
Curl -u <user>:<password> -H "Content-Type: Application/JSON" -X "DELETE" https://<your-domain-name>/ExperienceService/content/projects/projectname
-Giri
In the ThingWorx Studio Project page; you will find a Cloud icon with a cross; you can use this link to un-publish your project from the Experience server.
I hope it helps.
Thanks,
Ankit Gupta
The project has been deleted from the surface, and the ones I see don't have a cloud icon.
what I can see is if I go to the server I can find the project and view the source code, but cant edit it or delete it.
what should I do to either edit or delete it?
I did see another thread that stated to use another piece of software, but would rather stay in this one.
Thanks for the quick replies.
Still stuck with an item I cant remove from the server.
William, technically Ankit's answer shall delete the project in the cloud as well.
As an alternate way, you can try using CURL or Postman to make a delete request. The Curl command should look like:
Curl -u <user>:<password> -H "Content-Type: Application/JSON" -X "DELETE" https://<your-domain-name>/ExperienceService/content/projects/projectname
-Giri
Having deleted the project and not noting the name, Thingmark and other data led me down a road to have to learn a little CURL, which worked as you suggested for projects I knew the names of. Not being able to see a list of items under my name was frustrating.
I got lucky on guessing the name of the last one.
The community worked, it got me to a point of being able to create and manage experiences, thanks everyone.Unpublishing Experiences from Server
earlier I stated I could not see the cloud icon, that was due to an explorer issue, since resolved.