deleteWorkflow
A Graze API POST request that deletes a workflow from the Workflow Engine.
Back to Graze API EndPoint Reference.
Request arguments
Endpoint deleteWorkflow
takes the following request arguments:
Name | Type | Required | Description |
---|---|---|---|
| String | Yes | A valid |
| Integer | Yes | ID of the workflow you want to delete. |
Response
Endpoint deleteWorkflow
returns the following response:
Examples
The following examples demonstrate typical use of endpoint deleteWorkflow
:
Request example
Example cURL request to delete workflow ID 12:
curl -X POST -u graze:graze -k -v "https://localhost/graze/v1/deleteWorkflow" -H "Content-Type: application/json; charset=UTF-8" --data "{"id":12}"