POST api/Workflows/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "4173058f-e453-45d1-8759-e0e02138127e", "4cc649db-c398-4bfd-9707-a217a5afe67e" ]
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>4173058f-e453-45d1-8759-e0e02138127e</guid> <guid>4cc649db-c398-4bfd-9707-a217a5afe67e</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["4173058f-e453-45d1-8759-e0e02138127e","4cc649db-c398-4bfd-9707-a217a5afe67e"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.