Skip to main content
POST
/
api
/
v1
/
workflow
/
{workflowId}
/
leads
/
{customerLeadId}
/
execution
/
cancel
Cancel workflow execution by lead ID
curl --request POST \
  --url https://prod.featherhq.com/api/v1/workflow/{workflowId}/leads/{customerLeadId}/execution/cancel \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.featherhq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

workflowId
string<uuid>
required
customerLeadId
string
required

Response

Agent workflow execution cancelled successfully or already in desired state

The response is of type object.