POST _vti_bin/DelveApi.ashx/{version}/people/me/properties/multivalue/{propertyName}/values/delete

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

integer

Required

propertyName

string

Required

Body Parameters

Collection of ProfilePropertyValue
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProfilePropertyValue[]'.

Response Information

Resource Description

Collection of ProfilePropertyValue
NameDescriptionTypeAdditional 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>