cURL
curl --request POST \ --url https://api.kaizenautomation.com/executions/stop \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>" }'
{ "success": true, "message": "<string>" }
Stops a workflow execution
Request to get a single execution
ID of the execution to retrieve
Execution stopped successfully
Whether the execution was stopped successfully
Status message