Delete Agent
Permanently deletes a specific agent by its ID. Permanently removes an agent and its associated data (including service providers and permissions).
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the agent to be deleted.
Response
LLM - Model name.
Temperature of the model (min 0.0, max 1.0)
public
, private
Agent system prompt
Enable or disable Inactive hours for the agent.
A JSON object specifying the agent's inactive hours per channel. The top-level keys represent the channel (e.g., whatsapp
, website
,instagram
), and each key contains an object with the days of the week and their respective inactive time ranges.
Chat interface settings for this agent.
List of tools associated with the agent.
ID of the organization the agent belongs to.
Timestamp of when the agent was created.
Timestamp of the last update to the agent.
Was this page helpful?