POST api/Workflows/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "6ec35864-f0da-43b8-8eca-1e6d50cfce76",
  "0665b204-ea9b-4c41-81c7-7ab348d94cd3"
]

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>6ec35864-f0da-43b8-8eca-1e6d50cfce76</guid>
  <guid>0665b204-ea9b-4c41-81c7-7ab348d94cd3</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["6ec35864-f0da-43b8-8eca-1e6d50cfce76","0665b204-ea9b-4c41-81c7-7ab348d94cd3"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.