Realtime
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
Example request
{
"status_code": 486
}Response
Call rejected successfully.