Summary

Deletes assignment of the specified priority profile (called "master profiles" before UMS 12) to the specified device directory.

Resource URL

/v3/masterprofiles/{profileid}/assignments/tcdirectory/{id}

Example Request

curl \

--request DELETE\

https://[server]:8443/umsapi/v3/masterprofiles/72098/assignments/tcdirectories/76462

Request Path Variables

Name

Type

Mandatory

Description

profileid

String

yes

priority profile ID

id

String

yes

device directory ID

Response Type

Returns a message.

Example Response

200 OK

---

{

"message": "deleted profile assignment"

}