POST api/owner/delete

Deletes owners

Request Information

URI Parameters

None.

Body Parameters

Owner unique identifiers

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d7a2e198-970c-46cf-8f26-57571056cdf4",
  "b37293f3-56af-4cf1-8a44-747c8d28d9b1"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>d7a2e198-970c-46cf-8f26-57571056cdf4</guid>
  <guid>b37293f3-56af-4cf1-8a44-747c8d28d9b1</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.