Skip to main content
DELETE
/
api
/
v1
/
agent
/
{id}
Delete Agent
curl --request DELETE \
  --url https://api.example.com/api/v1/agent/{id}

Path Parameters

ParameterTypeDescription
idstringThe agent’s unique identifier

Response

Returns 200 OK with a JSON message payload on success.
{
  "message": "Agent 'SupportAgent' deleted successfully",
  "agent_id": "agent_support_123"
}