POST api/SO/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "bec70d0f-42ec-4a07-b981-c882fa95bfbf",
  "314eb258-7adf-4a12-9690-3cd58b3ddeee"
]

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>bec70d0f-42ec-4a07-b981-c882fa95bfbf</guid>
  <guid>314eb258-7adf-4a12-9690-3cd58b3ddeee</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["bec70d0f-42ec-4a07-b981-c882fa95bfbf","314eb258-7adf-4a12-9690-3cd58b3ddeee"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.