cURL
curl --request DELETE \ --url https://prod.featherhq.com/api/v1/workflow/{workflowId}/execution/{executionId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete an agent workflow execution
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent workflow execution deleted successfully
Success message