Web Calls
Terminate a Web Call
deprecated
Terminate an active DialNexa web call session.
POST
Terminate an active webcall session by call ID (V1 alias)
Terminates an active web call session by call ID. The v1 path is
/webcalls/{callId}/terminate. Legacy unversioned /webcall/terminate/{callId} integrations can continue during the transition window, but new v1 integrations should use the plural path.
Path parameters
Related endpoints
- Create a Web Call: start a web call session.
- Get Call: fetch the call record.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
API key for authentication
Path Parameters
Call ID of the webcall session to terminate
Body
application/json
Optional base64-encoded audio data to send when terminating the webcall
Example:
"UklGRlzcAQBXQVZFZm10IBAAAAABAAIAQB8AAAB9AAAEABAAZ"
Response
Webcall session terminated successfully
Terminate an active webcall session by call ID (V1 alias)