POST api/WR/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a086be3a-3f06-4792-a306-421a3e40353a",
  "d7df14e4-8b3a-4406-9c6c-7f6051560379"
]

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>a086be3a-3f06-4792-a306-421a3e40353a</guid>
  <guid>d7df14e4-8b3a-4406-9c6c-7f6051560379</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["a086be3a-3f06-4792-a306-421a3e40353a","d7df14e4-8b3a-4406-9c6c-7f6051560379"]

Response Information

Resource Description

boolean

Response 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>