DELETE /v3/profiles/{profileid}/assignments/thinclients/{id}
Summary
Deletes assignment of the specified profile to the specified thin cient.
Resource URL
/v3/profiles/{profileid}/assignments/thinclients/{id}
Example Request
curl \
--request DELETE\
https://[server]:8443/umsapi/v3/profiles/68257/assignments/thinclients/48335
Request Path Variables
Name | Type | Mandatory | Description |
| String | yes | profile ID |
| String | yes | thin client ID |
Response Type
Returns a message.
Example Response
200 OK
---
{
"message": "deleted profile assignment"
}