Authorizations
Response
Agent workflow execution deleted successfully
Success message
curl --request DELETE \
--url https://prod.featherhq.com/api/v1/workflow/{workflowId}/execution/{executionId} \
--header 'X-API-Key: <api-key>'
{
"message": "<string>"
}
Delete an agent workflow execution
curl --request DELETE \
--url https://prod.featherhq.com/api/v1/workflow/{workflowId}/execution/{executionId} \
--header 'X-API-Key: <api-key>'
{
"message": "<string>"
}
Agent workflow execution deleted successfully
Success message