import Retell from 'retell-sdk';const client = new Retell({ apiKey: process.env['RETELL_API_KEY'], // This is the default and can be omitted});await client.agent.delete('oBeDLoLOeuAbiuaMFXRtDOLriTJ5tSxD');
{ "status": "error", "message": "Invalid request format, please check API reference."}
Voice Agent
Delete Agent
Delete an existing agent
DELETE
/
delete-agent
/
{agent_id}
JavaScript
import Retell from 'retell-sdk';const client = new Retell({ apiKey: process.env['RETELL_API_KEY'], // This is the default and can be omitted});await client.agent.delete('oBeDLoLOeuAbiuaMFXRtDOLriTJ5tSxD');
{ "status": "error", "message": "Invalid request format, please check API reference."}