POST api/Package/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "4ec16a65-89f0-46d0-9f62-443ed393e78c", "84218ffe-5d25-4716-8106-173e241dcec6" ]
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>4ec16a65-89f0-46d0-9f62-443ed393e78c</guid> <guid>84218ffe-5d25-4716-8106-173e241dcec6</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["4ec16a65-89f0-46d0-9f62-443ed393e78c","84218ffe-5d25-4716-8106-173e241dcec6"]
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>