Category Filter
Delete Device
Delete pre-approved devices from Hexnode UEM.
Argument | Type | Description |
---|---|---|
devices | Array | Required. IDs of the devices. |
curl
HTTP Request:
Shell Command:
1 2 3 4 5 6 7 8 |
POST https://<portal>.hexnodemdm.com/api/v1/actions/delete_device/ headers:- Authorization: <api key> Content-Type: application/json Sample Post Data:- [{ "devices":[5,6], }] |
Shell Command:
1 |
curl -H "Authorization: <your API key>" -H "Content-Type: application/json" -d '{"devices":[5,6]}' https://<portal>.hexnodemdm.com/api/v1/actions/delete_device/ |
HTTP Response:
1 |
HTTP/1.1 200 ok |