Skip to main content
DELETE
/
api
/
v1
/
agents
/
{agentId}
Delete an agent
curl --request DELETE \
  --url https://prod.featherhq.com/api/v1/agents/{agentId} \
  --header 'X-API-Key: <api-key>'
{
  "agentId": "<string>",
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.featherhq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

agentId
string
required

Response

Agent deleted successfully

agentId
string
required
success
boolean
required