Delete non-functioning Advanced Computer Search?

devondougherty
New Contributor

We have a 'filevault unmanaged' advanced computer search which was to show us the machines which aren't filevault enabled, however, it's never actually worked and we seem to have no way to actually remove it. When you click on said policy it just gives you the swirly animation into forever. Is there some special way of deleting a bad search like this? Thanks! 4172b3be08314ded9a61e49cfe6427f2

2 REPLIES 2

leslie
Contributor II
Contributor II

Have you tried removing it using the API:

#!/bin/sh
curl -sku <jamfAdmin> https://<your.jamfPro.server>/JSSResource/advancedcomputersearches/id/<thePolicyID> -X DELETE

Should get prompted for your admin password

devondougherty
New Contributor

I have not, I'll give it a whirl. Thank you!