Category Filter
Delete User
Deletes a user. This action will disenroll all the devices associated with the user.
curl
HTTP Request:
1 |
DELETE https://<portal>.hexnodemdm.com/api/v1/users/{USER_ID}/ |
Shell Command:
1 |
curl -H "Authorization:<your API key>" https://<portal>.hexnodemdm.com/api/v1/users/{USER_ID}/ -X DELETE |
HTTP Response:
1 |
HTTP/1.1 204 No Content |