DELETE
/
api
/
v1
/
workflow
/
{id}
Delete agent workflow
curl --request DELETE \
  --url https://prod.featherhq.com/api/v1/workflow/{id} \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Response

200
application/json

Agent workflow deleted successfully

The response is of type object.