cURL
curl --request PATCH \ --url 'https://api.example.com/api/v1/call/disconnect/{conversation_id}?api_key='
{ "status": "Call disconnect initiated" }
To disconnect an active call
Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.
in-
Call disconnect initiated
Was this page helpful?