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