POST api/SO/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b9188d92-f517-4a28-b97a-e027aab81eb4",
  "9d74d367-df2a-42cc-b0ab-3fe2774869ba"
]

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>b9188d92-f517-4a28-b97a-e027aab81eb4</guid>
  <guid>9d74d367-df2a-42cc-b0ab-3fe2774869ba</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["b9188d92-f517-4a28-b97a-e027aab81eb4","9d74d367-df2a-42cc-b0ab-3fe2774869ba"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.