DELETE /v3/thinclients/{tcId}
Summary
Deletes a thin client.
Resource URL
/v1/thinclients/[id]
Example Request
curl \
--request DELETE \
https://[server]:8443/umsapi/v3/thinclients/2704
Request Path Variables
Name | Type | Mandatory | Description |
| 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"
}
]
}