JavaScript
import Retell from 'retell-sdk'; const client = new Retell({ apiKey: 'YOUR_RETELL_API_KEY', }); await client.conversationFlow.delete('conversation_flow_id');
{ "status": "error", "message": "Invalid request format, please check API reference." }
Delete a conversation flow and all its versions
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Unique id of the conversation flow to be deleted.
Successfully deleted the conversation flow
Was this page helpful?