Skip to main content
DELETE
/
api
/
agents
/
{agent_id}
Delete Agent
curl --request DELETE \
  --url http://localhost:8000/api/agents/{agent_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

agent_id
string
required

Response

Successful Response