DELETE
/
delete-conversation-flow
/
{conversation_flow_id}
JavaScript
import Retell from 'retell-sdk';

const client = new Retell({
  apiKey: 'YOUR_RETELL_API_KEY',
});

await client.conversationFlow.delete('conversation_flow_id');
This response does not have an example.

Authorizations

Authorization
string
header
required

Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"

Path Parameters

conversation_flow_id
string
required

Unique id of the conversation flow to be deleted.

Response

204

Successfully deleted the conversation flow