curl --request POST \
--url https://prod.featherhq.com/api/v1/executions/cancel \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"phoneNumber": "+14155551234"
}
'{
"cancelledCount": 123
}Cancel all running agent workflow executions across all workflows for a given phone number. Returns the count of cancelled executions.
curl --request POST \
--url https://prod.featherhq.com/api/v1/executions/cancel \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"phoneNumber": "+14155551234"
}
'{
"cancelledCount": 123
}