POST api/Workflows/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "085af6f0-4227-4b0d-8c84-00b40b5b9a49",
  "ac80f8d7-172f-4ddc-a485-0b9c216bdde5"
]

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>085af6f0-4227-4b0d-8c84-00b40b5b9a49</guid>
  <guid>ac80f8d7-172f-4ddc-a485-0b9c216bdde5</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["085af6f0-4227-4b0d-8c84-00b40b5b9a49","ac80f8d7-172f-4ddc-a485-0b9c216bdde5"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.