Skip to main content
14-Alexandrite
February 28, 2017
Solved

How do I delete a published expierence from the server?

  • February 28, 2017
  • 1 reply
  • 4396 views

I have a published expierence I want to delete.

I tried to write over it but it just adds experiences to the same mark.

Best answer by katte

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

1 reply

5-Regular Member
February 28, 2017

William Samuels​,

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

wrsamuels14-AlexandriteAuthor
14-Alexandrite
February 28, 2017

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.

wrsamuels14-AlexandriteAuthor
14-Alexandrite
February 28, 2017

Still stuck with an item I cant remove from the server.