Delete Agent
Permanently removes an agent and its configuration.
Endpoint
Parameters
Parameter
Type
Required
Description
agent_id
string
Yes
Unique identifier of the agent to delete
Authentication
Requires a valid API key or user authentication token.
Response
Returns a success message when the agent is deleted.
Response Format
Example Request
Error Responses
Status Code
Description
401
Unauthorized - Invalid or missing API key
403
Forbidden - Not authorized to delete this agent
404
Not Found - Agent with the specified ID does not exist
500
Internal Server Error
Notes
This action cannot be undone.
Active voice sessions with this agent will be terminated.
Historical conversation data associated with this agent will remain accessible.
Knowledge bases linked to this agent are not deleted.
Last updated