POST api/SO/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "52928201-0556-4f02-8e32-3f21c44a2a23", "1e578191-d695-4543-825d-41c532074f9f" ]
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>52928201-0556-4f02-8e32-3f21c44a2a23</guid> <guid>1e578191-d695-4543-825d-41c532074f9f</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["52928201-0556-4f02-8e32-3f21c44a2a23","1e578191-d695-4543-825d-41c532074f9f"]
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>