POST api/WRPackages/DeleteSingleOrMultiple

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "00b76e2f-c97d-4b37-989b-9e7ea1ef7d05",
  "0b6363dd-fc2c-460d-b267-a248a78346d6"
]

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>00b76e2f-c97d-4b37-989b-9e7ea1ef7d05</guid>
  <guid>0b6363dd-fc2c-460d-b267-a248a78346d6</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["00b76e2f-c97d-4b37-989b-9e7ea1ef7d05","0b6363dd-fc2c-460d-b267-a248a78346d6"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.