Skip to main content
POST
/
v1
/
calls
/
{call_id}
/
end
End Call
curl --request POST \
  --url https://api.example.com/v1/calls/{call_id}/end \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "api_request"
}
'
{}

Headers

authorization
string | null

Path Parameters

call_id
string<uuid>
required

Body

application/json
reason
string
default:api_request

Response

Successful Response

The response is of type Response End Call V1 Calls Call Id End Post · object.