POST api/Package/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4cae1b94-c028-4777-86c3-46c45e68cadb",
  "6009e2f9-0c2b-4633-857c-ccc58f32256f"
]

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>4cae1b94-c028-4777-86c3-46c45e68cadb</guid>
  <guid>6009e2f9-0c2b-4633-857c-ccc58f32256f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["4cae1b94-c028-4777-86c3-46c45e68cadb","6009e2f9-0c2b-4633-857c-ccc58f32256f"]

Response Information

Resource Description

boolean

Response 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>