POST api/WRPackages/DeleteSingleOrMultiple

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b48e4f63-c751-4d99-bfd1-69e0dac5e78d",
  "d5ed8e93-5ee3-4e6c-83e8-24a1151234ec"
]

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>b48e4f63-c751-4d99-bfd1-69e0dac5e78d</guid>
  <guid>d5ed8e93-5ee3-4e6c-83e8-24a1151234ec</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["b48e4f63-c751-4d99-bfd1-69e0dac5e78d","d5ed8e93-5ee3-4e6c-83e8-24a1151234ec"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.