POST api/Workflows/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b44f608f-1dcc-49ed-a81c-1e9eba4d13e2",
  "73b77f9e-de14-425b-a959-b2a04284031f"
]

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>b44f608f-1dcc-49ed-a81c-1e9eba4d13e2</guid>
  <guid>73b77f9e-de14-425b-a959-b2a04284031f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["b44f608f-1dcc-49ed-a81c-1e9eba4d13e2","73b77f9e-de14-425b-a959-b2a04284031f"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.