Skip to main content
POST
/
v1
/
calls
/
{callId}
/
terminate
Terminate call
curl --request POST \
  --url https://pilotstatus.com.br/v1/calls/{callId}/terminate \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "id": "call_01HZX...",
  "status": "COMPLETED"
}

Authorizations

x-api-key
string
header
required

Your ps_ API key

Path Parameters

callId
string
required

Pilot Status id (call_...) or provider call id (wacid / CallID).

Response

Terminate