POST api/owner/delete
Deletes owners
Request Information
URI Parameters
None.
Body Parameters
Owner unique identifiers
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "9fc164b7-506c-4905-9e7e-cffc12af1da3", "f3af8bdd-8fc2-4891-9089-d81e88c3f594" ]
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>9fc164b7-506c-4905-9e7e-cffc12af1da3</guid> <guid>f3af8bdd-8fc2-4891-9089-d81e88c3f594</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.