Skip to main content
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 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

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

Response

Agent workflow execution cancelled successfully

The response is of type object.