cURL
curl --request POST \ --url https://prod.featherhq.com/api/v1/workflow/{workflowId}/executions/{executionId}/cancel \ --header 'Authorization: Bearer <token>'
{}
Cancel an agent workflow execution
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent workflow execution cancelled successfully
The response is of type object.
object