POST
/
api
/
v1
/
workflow
/
{workflowId}
/
executions
/
{executionId}
/
cancel
Cancel workflow execution
curl --request POST \
  --url https://prod.featherhq.com/api/v1/workflow/{workflowId}/executions/{executionId}/cancel \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

workflowId
string<uuid>
required
executionId
string<uuid>
required

Response

200
application/json

Agent workflow execution cancelled successfully

The response is of type object.