Skip to main content
5-Regular Member
January 16, 2017
Solved

Unpublishing Experiences from Server

  • January 16, 2017
  • 2 replies
  • 7402 views

In the event the actual project files were deleted from the documents folder, and the machine that published the experience was reset, is there a way to manage all published experiences on a server and delete them in the event that needs to be done?

Best answer by katte

By saying manage, do you mean deleting the experience projects? If that is the case, you can leverage REST call using Postman and use Delete method as follows:

** If you are registered for the initial Pilot Program, then replace "/ExperienceService" with "/VuforiaExperienceService" in the URL.

Thanks,
Giri

2 replies

katte5-Regular MemberAnswer
5-Regular Member
January 16, 2017

By saying manage, do you mean deleting the experience projects? If that is the case, you can leverage REST call using Postman and use Delete method as follows:

** If you are registered for the initial Pilot Program, then replace "/ExperienceService" with "/VuforiaExperienceService" in the URL.

Thanks,
Giri

16-Pearl
January 25, 2017

Hi Giri,

I've followed your instructions and managed to delete a bunch of published experiences that I didn't want.  However, for some of them, I no longer have the local project folder and I don't know what it was named.  So how can I get rid of these if I don't know the project name.  I do know the name of the Experience, as I see that listed when I scan the ThingMark.

Many thanks,

Allan

5-Regular Member
January 25, 2017

Allan, To know the list of project names, likewise 'DELETE' method you can make use of 'GET' method in postman. The url should look like - https://<yourhostname>:<port>/ExperienceService/content/projects/

Alternately, you can use CURL command as: curl -u user:password -H Accept:application/json https://<yourhostname>:<port>/ExperienceService/content/projects/

-Giri

10-Marble
July 20, 2018

I have a easy way to delete experience server file.

 

Create a same name project then publish. You can delete cloud file.