Summary

Deletes a thin client even if it is offline.

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

Resource URL

/v3/thinclients/[id]/deletetcoffline

Example Request

curl \

--request DELETE \

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

Request Path Variables

Name

Type

Mandatory

Description

id

String

yes

thin client ID

Response Type

Returns a message.

Example Response

200 OK

---

{

"message": "Offline deletion successful"

}