Agents
Delete Agent
Permanently deletes a specific agent by its ID. Permanently removes an agent and its associated data (including service providers and permissions).
DELETE
/
agents
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredID of the agent to be deleted.
Body
application/json · object
The body is of type object
.
Response
200 - application/json
id
string
name
string
description
string | null
modelName
string
LLM - Model name.
temperature
number
Temperature of the model (min 0.0, max 1.0)
visibility
enum<string>
Available options:
public
, private
systemPrompt
string | null
Agent system prompt
Was this page helpful?