POST api/SO/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "d62fcaef-7df6-4126-920e-9903d88775cc", "69385aba-283a-4d76-9fae-cd61c86389ea" ]
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>d62fcaef-7df6-4126-920e-9903d88775cc</guid> <guid>69385aba-283a-4d76-9fae-cd61c86389ea</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["d62fcaef-7df6-4126-920e-9903d88775cc","69385aba-283a-4d76-9fae-cd61c86389ea"]
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>