POST api/Workflows/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "45408415-de67-4488-9328-f92e5edcf203",
  "75601655-2c10-48df-b907-b4201dbf8a4d"
]

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>45408415-de67-4488-9328-f92e5edcf203</guid>
  <guid>75601655-2c10-48df-b907-b4201dbf8a4d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["45408415-de67-4488-9328-f92e5edcf203","75601655-2c10-48df-b907-b4201dbf8a4d"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.