POST api/WR/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "bf53d310-c100-4171-8946-bdc2ab0fea40", "4759863e-261a-4728-8838-63b4dff4481d" ]
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>bf53d310-c100-4171-8946-bdc2ab0fea40</guid> <guid>4759863e-261a-4728-8838-63b4dff4481d</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["bf53d310-c100-4171-8946-bdc2ab0fea40","4759863e-261a-4728-8838-63b4dff4481d"]
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>