How do I delete a published expierence from the server?
I have a published expierence I want to delete.
I tried to write over it but it just adds experiences to the same mark.
I have a published expierence I want to delete.
I tried to write over it but it just adds experiences to the same mark.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.