cURL
curl --request POST \ --url https://flows.eachlabs.ai/api/v1/{workflowID}/executions/{execID}/cancel
{ "status": "<string>", "message": "<string>" }
Cancel a workflow execution
curl --request POST \ --url https://flows.eachlabs.ai/api/v1/{workflowID}/executions/{execID}/cancel \ --header "X-API-KEY: YOUR_API_KEY_HERE"
Workflow ID
Execution ID
ErrorResponse JSON
The response is of type object.
object
Was this page helpful?