Skip to main content
DELETE
https://api.example.com
/
v1
/
agents
/
{id}
curl -X DELETE https://api.example.com/v1/agents/{agent_id} \
  -H "X-API-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Agent deleted successfully",
  "agent_id": "1763072369786x...",
  "powered_by": "Teli"
}

Authorizations

X-API-Key
string
required
Authentication header

Path

id
string
required
Agent unique_id
curl -X DELETE https://api.example.com/v1/agents/{agent_id} \
  -H "X-API-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Agent deleted successfully",
  "agent_id": "1763072369786x...",
  "powered_by": "Teli"
}