POST api/SO/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "cf0d8456-c6f2-4dbd-a364-34a861a11d26", "8f0abf71-15ff-4caf-9382-5861d17b20c7" ]
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>cf0d8456-c6f2-4dbd-a364-34a861a11d26</guid> <guid>8f0abf71-15ff-4caf-9382-5861d17b20c7</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["cf0d8456-c6f2-4dbd-a364-34a861a11d26","8f0abf71-15ff-4caf-9382-5861d17b20c7"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.