POST api/Package/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "37030b2a-f48e-4302-bb4b-dc9a52cc5cd5",
  "d27d38a0-2098-41d4-aeaa-4ed35f28ba5f"
]

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>37030b2a-f48e-4302-bb4b-dc9a52cc5cd5</guid>
  <guid>d27d38a0-2098-41d4-aeaa-4ed35f28ba5f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["37030b2a-f48e-4302-bb4b-dc9a52cc5cd5","d27d38a0-2098-41d4-aeaa-4ed35f28ba5f"]

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>