POST api/WRPackages/DeleteSingleOrMultiple

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4230c5c1-90f3-4b68-b31e-d2564c03fff6",
  "0c04edf4-f8d0-422c-a999-e6f9c6d6da26"
]

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>4230c5c1-90f3-4b68-b31e-d2564c03fff6</guid>
  <guid>0c04edf4-f8d0-422c-a999-e6f9c6d6da26</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["4230c5c1-90f3-4b68-b31e-d2564c03fff6","0c04edf4-f8d0-422c-a999-e6f9c6d6da26"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.