POST api/SO/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "a097b485-0253-4598-a832-df1bd6e49331", "a0bf8c17-b7a6-46d2-b022-a68e17046451" ]
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>a097b485-0253-4598-a832-df1bd6e49331</guid> <guid>a0bf8c17-b7a6-46d2-b022-a68e17046451</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["a097b485-0253-4598-a832-df1bd6e49331","a0bf8c17-b7a6-46d2-b022-a68e17046451"]
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>