Category Filter
Archive Policy
Archive a policy in Hexnode MDM, thereby dissociating it from all the devices.
curl
HTTP Request:
Shell Command:
1 |
DELETE https://<portal>.hexnodemdm.com/api/v1/policy/{POLICY_ID}/ |
Shell Command:
1 |
curl -H "Authorization: <your API key>" https://<portal>.hexnodemdm.com/api/v1/policy/{POLICY_ID}/ -X DELETE |
HTTP Response:
1 |
HTTP/1.1 204 No Content |