curl --request DELETE \
--url https://api.getello.ai/api/agents/{agent_id} \
--header 'X-API-Key: <api-key>'{
"status": 200,
"message": "Agent deleted successfully",
"data": {
"_id": "683c2b4e59e70f73476ed5cc",
"workspaceId": "683c0129ea0c6f3e9b2ae326",
"name": "My Inbound Agent - Harsha",
"type": "inbound",
"category": "general",
"description": "AI assistant for voice calls",
"image": "https://voicemart.ai/assistant-icons/default.png",
"features": [],
"popularity": 0,
"voiceConfig": {
"provider": "elevenlabs",
"voiceId": "emily",
"language": "en-US",
"patienceLevel": 1,
"speed": 1,
"pitch": 1,
"latency": 0.5,
"stability": 0.5,
"styleExaggeration": 0.75,
"similarity": 0.8,
"voicePromptType": null,
"voicePrompt": null
},
"aiModel": {
"provider": "openai",
"model": "gpt-4",
"temperature": 0.7,
"maxTokens": 200
},
"callConfig": {
"timeZone": "UTC",
"maxDuration": 600,
"voicemailDetection": {
"enabled": true,
"type": "ml-based"
},
"recordingEnabled": true,
"transcriptionEnabled": true,
"speakerBoost": false,
"idleReminders": [
false,
0.75
],
"backGroundNoiseEnv": null,
"limitCallDuration": [
false,
20
],
"backGroundNoiseLevel": null,
"backGroundNoiseThreshold": 0.75,
"backGroundNoiseTimeout": 10,
"backGroundNoiseTimeoutThreshold": 0.75,
"backGroundNoiseTimeoutInterval": 10
},
"fillerWords": false,
"status": true,
"customVocabulary": [],
"timezone": "India",
"greeting": "Hello! How can I assist you today?",
"prompt": "You are a helpful AI assistant focused on providing accurate and friendly responses.",
"knowledgeBases": [],
"actions": [],
"deployment": {
"status": "draft",
"version": 1,
"deployedAt": null,
"lastUpdated": "2025-06-01T10:28:30.021000",
"error": null
},
"stats": {
"totalCalls": 0,
"successRate": 1,
"avgCallDuration": 0,
"lastCallAt": null
},
"templateCategory": null,
"industry": null,
"recommendedActions": [],
"createdAt": "2025-06-01T10:28:30.022000",
"updatedAt": "2025-06-01T10:28:30.022000"
}
}Deletes an agent by ID
curl --request DELETE \
--url https://api.getello.ai/api/agents/{agent_id} \
--header 'X-API-Key: <api-key>'{
"status": 200,
"message": "Agent deleted successfully",
"data": {
"_id": "683c2b4e59e70f73476ed5cc",
"workspaceId": "683c0129ea0c6f3e9b2ae326",
"name": "My Inbound Agent - Harsha",
"type": "inbound",
"category": "general",
"description": "AI assistant for voice calls",
"image": "https://voicemart.ai/assistant-icons/default.png",
"features": [],
"popularity": 0,
"voiceConfig": {
"provider": "elevenlabs",
"voiceId": "emily",
"language": "en-US",
"patienceLevel": 1,
"speed": 1,
"pitch": 1,
"latency": 0.5,
"stability": 0.5,
"styleExaggeration": 0.75,
"similarity": 0.8,
"voicePromptType": null,
"voicePrompt": null
},
"aiModel": {
"provider": "openai",
"model": "gpt-4",
"temperature": 0.7,
"maxTokens": 200
},
"callConfig": {
"timeZone": "UTC",
"maxDuration": 600,
"voicemailDetection": {
"enabled": true,
"type": "ml-based"
},
"recordingEnabled": true,
"transcriptionEnabled": true,
"speakerBoost": false,
"idleReminders": [
false,
0.75
],
"backGroundNoiseEnv": null,
"limitCallDuration": [
false,
20
],
"backGroundNoiseLevel": null,
"backGroundNoiseThreshold": 0.75,
"backGroundNoiseTimeout": 10,
"backGroundNoiseTimeoutThreshold": 0.75,
"backGroundNoiseTimeoutInterval": 10
},
"fillerWords": false,
"status": true,
"customVocabulary": [],
"timezone": "India",
"greeting": "Hello! How can I assist you today?",
"prompt": "You are a helpful AI assistant focused on providing accurate and friendly responses.",
"knowledgeBases": [],
"actions": [],
"deployment": {
"status": "draft",
"version": 1,
"deployedAt": null,
"lastUpdated": "2025-06-01T10:28:30.021000",
"error": null
},
"stats": {
"totalCalls": 0,
"successRate": 1,
"avgCallDuration": 0,
"lastCallAt": null
},
"templateCategory": null,
"industry": null,
"recommendedActions": [],
"createdAt": "2025-06-01T10:28:30.022000",
"updatedAt": "2025-06-01T10:28:30.022000"
}
}