POST api/Package/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "0d8bb60c-8ab5-4e5e-a645-d8fbdaeab86f", "9ef1437e-419c-4fd7-b0fa-46a3dd673fc8" ]
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>0d8bb60c-8ab5-4e5e-a645-d8fbdaeab86f</guid> <guid>9ef1437e-419c-4fd7-b0fa-46a3dd673fc8</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["0d8bb60c-8ab5-4e5e-a645-d8fbdaeab86f","9ef1437e-419c-4fd7-b0fa-46a3dd673fc8"]
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>