POST api/WR/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "610500e7-7a5d-4e1a-aa52-995c21c3d85d", "81320b3f-8f03-4177-b5af-cc91628d42b0" ]
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>610500e7-7a5d-4e1a-aa52-995c21c3d85d</guid> <guid>81320b3f-8f03-4177-b5af-cc91628d42b0</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["610500e7-7a5d-4e1a-aa52-995c21c3d85d","81320b3f-8f03-4177-b5af-cc91628d42b0"]
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>