Summary

Deletes assignment of the specified profile to the specified thin cient directory.

Resource URL

/v2/profiles/[profileid]/assignments/tcdirectory/[id]

Example Request

curl \

--request DELETE\

https://[server]:8443/umsapi/v2/profiles/35549/assignments/tcdirectories/76462

Request Path Variables

Name

Type

Mandatory

Description

profileid

String

yes

profile ID

id

String

yes

thin client directory ID

Response Type

Returns a message.

Example Response

200 OK

---

{

"message": "deleted profile assignment"

}