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:
[ "d1dc4a7b-576f-4592-a834-8e9ba62df6db", "32993ab0-67b6-4baa-a106-5322aacb55c8" ]
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>d1dc4a7b-576f-4592-a834-8e9ba62df6db</guid> <guid>32993ab0-67b6-4baa-a106-5322aacb55c8</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.