curl --request DELETE \
--url https://prod.featherhq.com/api/v1/workflow/{id} \
--header 'X-API-Key: <api-key>'
{
"message": "<string>"
}
Delete an agent workflow
curl --request DELETE \
--url https://prod.featherhq.com/api/v1/workflow/{id} \
--header 'X-API-Key: <api-key>'
{
"message": "<string>"
}
Agent workflow deleted successfully
The response is of type object
.