JavaScript
import Retell from 'retell-sdk'; const client = new Retell({ apiKey: 'YOUR_RETELL_API_KEY', }); await client.conversationFlowComponent.delete('conversation_flow_component_id');
{ "status": "error", "message": "API key is missing or invalid." }
Delete a shared conversation flow component. When deleting a shared component, creates local copies for all linked conversation flows.
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
ID of the component to delete
Successfully deleted conversation flow component
Was this page helpful?