Levain LabsLevain Labs
API ReferenceAgents

Delete Agent

Delete agent (cascades to versions).

DELETE
/api/v1/agents/{agent_id}

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

agent_id*string

Header Parameters

X-API-Key?|

Response Body

application/json

application/json

curl -X DELETE "https://api.levainlabs.com/api/v1/agents/string"
{
  "property1": "string",
  "property2": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}