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
curl --request POST \
--url https://api.kaizenautomation.com/executions/stop \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>"
}'
{
"success": true,
"message": "<string>"
}
Request to get a single execution
Execution stopped successfully
The response is of type object
.