Authorizations
Response
Agent workflow execution cancelled successfully
The response is of type object
.
curl --request POST \
--url https://prod.featherhq.com/api/v1/workflow/{workflowId}/executions/{executionId}/cancel \
--header 'X-API-Key: <api-key>'
{}
Cancel an agent workflow execution
curl --request POST \
--url https://prod.featherhq.com/api/v1/workflow/{workflowId}/executions/{executionId}/cancel \
--header 'X-API-Key: <api-key>'
{}
Agent workflow execution cancelled successfully
The response is of type object
.