Live
Reject call
Reject an incoming SIP call. Send a required SIP rejection status_code between 300 and 699.
post/live/sessions/{session_id}/reject
Path parameters
session_idstring required
Opaque Live session identifier from the creation response or incoming-call webhook. Preserve the returned value unchanged, including its prefix.
Request body
Example request
{
"status_code": 486
}Response
Session reject request accepted.