Skip to main content
POST
/
api
/
calls
/
{callId}
/
terminate
Terminate an active call
curl --request POST \
  --url https://your-instance.example.com/api/calls/{callId}/terminate \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

callId
string
required

Response

Call terminated

Generic response envelope. Endpoint-specific fields are intentionally open.