BNt15
03/03/2025, 2:55 PMfrom vapi import Vapi
client = Vapi(
token="YOUR_TOKEN",
)
client.calls.delete(
id="id",
)
it's returning call json but isn't deleting @VapiVapi Support Bot
03/03/2025, 2:56 PMBNt15
03/03/2025, 2:59 PMBNt15
03/03/2025, 3:02 PMKyle Brunker
03/04/2025, 10:22 AMBNt15
03/05/2025, 1:01 PMKyle Brunker
03/07/2025, 11:17 PM10d79498-b9d6-4de2-8796-8d0aea88bc69
Waited 300s But Transport Never Connected.
šµ 12:51:53:534 Call 50a6cdee-57ae-4a5e-8597-72c10e4e4f49
Waited 300s But Transport Never Connected.
@BNt15 these calls were in queue because they were never connected by the telephony and eventually exhausting your concurrency lines. We wait for X
seconds before starting the call and if telephony doesn't connects in the required then call is marked as finished and the concurrency counter is decreased.
Can you try few more calls now you won't be blocked because of this, and let me know how it goes for you.