POST api/WRPackages/DeleteSingleOrMultiple

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b3e37819-b2d3-40c4-8e99-14078d6983e3",
  "9807c11a-82cd-4e3b-b839-14429fd9c5ba"
]

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>b3e37819-b2d3-40c4-8e99-14078d6983e3</guid>
  <guid>9807c11a-82cd-4e3b-b839-14429fd9c5ba</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["b3e37819-b2d3-40c4-8e99-14078d6983e3","9807c11a-82cd-4e3b-b839-14429fd9c5ba"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.