With Postman I'm able to add a desktop with :
{
"Resources":
[
{
"Identity": "0",
"Type": "Agent Agent Desktop Member",
"Status": "R", "RefURL":"",
"Fields" :[
{"Name":"ParentId","Value":"37"}
,{"Name":"ChildId","Value":"1017"}
]
}
]
}
But I can't seem to be able to remove that same entry to change to a different desktop. Same with Team/Attribute. With the add I perform a post, when should happen for the remove?