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.conversationFlow.delete('conversation_flow_id');
{
"status": "error",
"message": "Invalid request format, please check API reference."
}
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.conversationFlow.delete('conversation_flow_id');
{
"status": "error",
"message": "Invalid request format, please check API reference."
}