Summary

Deletes a thin client.

Warning: This does not move the thin client into the Recycle Bin but simply deletes it.

Resource URL

/v1/thinclients/[id]

Example Request

curl \

--request DELETE \

https://[server]:8443/umsapi/v3/thinclients/2704

Request Path Variables

Name

Type

Mandatory

Description

id

String

yes

thin client ID

Response Type

Returns a message.

Example Response

200 OK

---

{

"CommandExecList": [

{

"execID": "ID-PM-MH-WIN7-UMS-63885-1424682219085-5-0",

"mac": "008064AD82FB",

"message": "OK",

"exectime": 1424698605821,

"state": "SUCCESS"

}

]

}