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>'
{
  "success": true,
  "message": "Configuration saved"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

callId
string
required

The provider-agnostic callId minted by Tether (also used as providerCallId for SDK calls).

Response

Call terminated

success
enum<boolean>
required
Available options:
true
message
string