POST
/
executions
/
stop
curl --request POST \
  --url https://api.kaizenautomation.com/executions/stop \
  --header 'Content-Type: application/json' \
  --data '{
  "executionId": "<string>"
}'
{
  "success": true,
  "message": "<string>"
}

Body

application/json

Request to get a single execution

Response

200
application/json

Execution stopped successfully

The response is of type object.