POST _vti_bin/DelveApi.ashx/{version}/people/me/properties/multivalue/{propertyName}/values/delete
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | integer |
Required |
|
propertyName | string |
Required |
Body Parameters
Collection of ProfilePropertyValueName | Description | Type | Additional information |
---|---|---|---|
Value | Object |
None. |
|
TermId | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Value": {}, "TermId": "sample string 2" }, { "Value": {}, "TermId": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfProfilePropertyValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.DelveApi.DataModel"> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> </ArrayOfProfilePropertyValue>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ProfilePropertyValueName | Description | Type | Additional information |
---|---|---|---|
Value | Object |
None. |
|
TermId | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Value": {}, "TermId": "sample string 2" }, { "Value": {}, "TermId": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfProfilePropertyValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.DelveApi.DataModel"> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> </ArrayOfProfilePropertyValue>