Category Filter
Wipe Device
Wipe a device.
Note: The wipe device action has been deprecated.
Argument | Type | Description |
---|---|---|
users | Array | Optional. IDs of the users |
usergroups | Array | Optional. IDs of the user groups |
devices | Array | Optional. IDs of the devices |
devicegroups | Array | Optional. IDs of the device groups |
curl
HTTP Request:
1 |
POST https://.hexnodemdm.com/api/v1/actions/wipe_device/ |
Shell Command:
1 |
curl -H "Authorization: " -H "Content-Type: application/json" -d '{"users":[1],"usergroups":[4],"devices":[5,6],"devicegroups":[12]}' https://.hexnodemdm.com/api/v1/actions/wipe_device/ |
HTTP Response:
1 |
HTTP/1.1 200 ok |