Posted on 08-20-2015 11:42 AM
I have a policy in my console, that when I click on it, it just spins trying to load. If I change the "o" option to U in the URL, it still spins. If I change it to L I get the logs fine. How can I delete this policy from the console since it's bad? I know the delete button requires confirmation and I haven't found a way to get to the confirmation form the URL. Using option V, I get the buttons on the bottom and can click edit, clone, logs etc, except Delete still doesn't work.
Spinning around:
Option V:
Solved! Go to Solution.
Posted on 08-20-2015 12:37 PM
You can delete it from the command line using the api curl https://myjss.com/JSSResource/policies/id/{id} --user "$user:$pass" -X DELETE
.
Posted on 08-20-2015 12:37 PM
You can delete it from the command line using the api curl https://myjss.com/JSSResource/policies/id/{id} --user "$user:$pass" -X DELETE
.
Posted on 08-21-2015 11:21 AM
That worked, however I had to leave the password blank and type it in when prompted for the command to work.