Agents
Delete Agent
Delete an agent permanently
DELETE
Request
Permanently delete an AI voice agent. This action cannot be undone.Headers
string
required
Bearer token for authentication. Format:
Bearer YOUR_API_KEYPath Parameters
string
required
The unique identifier of the agent to delete
Response
Returns a confirmation of deletion.string
The ID of the deleted agent
boolean
Always
true on successError Codes
Best Practices
Before deleting an agent:- Check for active calls - Ensure no calls are currently in progress
- Export configuration - Save the agent’s system prompt and settings if you might need them later
- Update integrations - Remove references to this agent from webhooks and automations