v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Realtime

Reject call

Decline an incoming SIP call by returning a SIP status code to the caller.

post/realtime/calls/{call_id}/reject

Path parameters

call_idstring required

The identifier for the call provided in the realtime.call.incoming webhook.

Request body

status_codeinteger

SIP response code to send back to the caller. Defaults to 603 (Decline) when omitted.

Example request

{
  "status_code": 486
}

Response

Call rejected successfully.