Skip to main content
DELETE
/
api
/
agents
/
{agent_id}
Delete Agent
curl --request DELETE \
  --url https://api-in.getello.ai/api/agents/{agent_id} \
  --header 'X-API-Key: <api-key>'
{
  "status": 200,
  "message": "Agent deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs-in.getello.ai/llms.txt

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

Authorizations

X-API-Key
string
header
required

Path Parameters

agent_id
string
required

Response

Agent deleted successfully

status
integer
Example:

200

message
string
Example:

"Agent deleted successfully"