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