POST api/WRPackages/DeleteSingleOrMultiple

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c6492e56-fe80-4209-bbfc-569c81582349",
  "b9d1c95c-93d9-4392-bf3d-dd7e1fff80f7"
]

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>c6492e56-fe80-4209-bbfc-569c81582349</guid>
  <guid>b9d1c95c-93d9-4392-bf3d-dd7e1fff80f7</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["c6492e56-fe80-4209-bbfc-569c81582349","b9d1c95c-93d9-4392-bf3d-dd7e1fff80f7"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.