Javascript
import Retell from 'retell-sdk'; const client = new Retell({ apiKey: 'YOUR_RETELL_API_KEY', }); await client.chat.end('16b980523634a6dc504898cda492e939');
This response does not have an example.
End an ongoing chat
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Unique id of the chat to be ended
"16b980523634a6dc504898cda492e939"
No Content
Was this page helpful?