Category Filter
Delete Device Group
Deletes a device group.
curl
HTTP Request:
Shell Command:
1 |
DELETE https://<portal>.hexnodemdm.com/api/v1/devicegroups/{DEVICEGROUP_ID}/ |
Shell Command:
1 |
curl -H "Authorization:<your API key>" https://<portal>.hexnodemdm.com/api/v1/devicegroup/{DEVICEGROUP_ID}/ -X DELETE |
HTTP Response:
1 |
HTTP/1.1 204 No Content |