How to unpublish experience from ThingWorx Studio Experience Server
‎Mar 03, 2017
01:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Mar 03, 2017
01:31 AM
How to unpublish experience from ThingWorx Studio Experience Server
- If the experience project exists in ThingWorx Studio
- Unpublish the project by hovering over the project and clicking the unpublish project Experiences icon . This action removes Experiences from the Experience Service.
If the experience project does not exist in ThingWorx Studio
- Using CURL Command
- Curl -u <username>:<password> -H "Content-Type: Application/JSON" -X "DELETE" https://<your-domain-name>/ExperienceService/content/projects/<projectname>
- username: Experience Service username
- password: Experience Service password
- your-domain-name: Experience Service domain
- projectname: Experience project name to be deleted
- Curl -u <username>:<password> -H "Content-Type: Application/JSON" -X "DELETE" https://<your-domain-name>/ExperienceService/content/projects/<projectname>
- Using REST call from Postman
- Select query method as 'DELETE'
- Enter the URL as https://​<your-domain-name>/ExperienceService/content/projects/<project-name>
- your-domain-name: Experience Service domain
- projectname: Experience project name to be deleted
- In Authorization menu
- Choose Authorization type as 'Basic Auth'.
- Add the user credentials and update request.
- Using CURL Command
2 REPLIES 2
‎Jun 15, 2018
03:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 15, 2018
03:26 AM
How do I find my domain name?
‎Aug 06, 2018
09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Aug 06, 2018
09:49 AM
Hi,
your domain name is available in Studio under Project/Configuration/Info and then Experience Service. It is correct if you are logged in. For portal login go to the upper right corner in Studio and click the three dots and click Portal login.