Summary

Deletes assignment of the specified master profile to the specified thin client.

Resource URL

/v2/masterprofiles/[profileid]/assignments/thinclients/[id]

Example Request

curl \

--request DELETE\

https://[server]:8443/umsapi/v2/masterprofiles/68257/assignments/thinclients/48335

Request Path Variables

Name

Type

Mandatory

Description

profileid

String

yes

master profile ID

id

String

yes

thin client ID

Response Type

Returns a message.

Example Response

200 OK

---

{

"message": "deleted profile assignment"

}