POST api/WR/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "5822532f-6a16-456e-a63a-7d205d6aed28", "ca151b65-33f2-4a81-9c8b-c1928b2bac48" ]
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>5822532f-6a16-456e-a63a-7d205d6aed28</guid> <guid>ca151b65-33f2-4a81-9c8b-c1928b2bac48</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["5822532f-6a16-456e-a63a-7d205d6aed28","ca151b65-33f2-4a81-9c8b-c1928b2bac48"]
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>