POST api/SO/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "0ca48806-c367-49c8-a016-fa09dc441c9b",
  "3d3a7a07-20bd-480a-9e6a-479d16917d18"
]

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>0ca48806-c367-49c8-a016-fa09dc441c9b</guid>
  <guid>3d3a7a07-20bd-480a-9e6a-479d16917d18</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["0ca48806-c367-49c8-a016-fa09dc441c9b","3d3a7a07-20bd-480a-9e6a-479d16917d18"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.