POST api/SO/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "7fb2f9fd-eac6-4e34-8ec6-fe1ffcaaeace",
  "a5c0f434-f569-4f11-a86c-9557bd08ccb1"
]

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>7fb2f9fd-eac6-4e34-8ec6-fe1ffcaaeace</guid>
  <guid>a5c0f434-f569-4f11-a86c-9557bd08ccb1</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["7fb2f9fd-eac6-4e34-8ec6-fe1ffcaaeace","a5c0f434-f569-4f11-a86c-9557bd08ccb1"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.