Javascript
import Retell from 'retell-sdk'; const client = new Retell({ apiKey: 'YOUR_RETELL_API_KEY', }); await client.knowledgeBase.delete('kb_1234567890');
This response does not have an example.
Delete an existing knowledge base
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
The knowledge base id to delete.
"kb_1234567890"
No Content
Was this page helpful?