Sample - OpenAI API
POST/live/sessions/{session_id}/reject

Reject call

Reject an incoming SIP call. Send a required SIP rejection status_code between 300 and 699.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter · 1 body field
session_idstringrequired
Opaque Live session identifier from the creation response or incoming-call webhook. Preserve the returned value unchanged, including its prefix.
status_codeintegerrequired
SIP rejection status sent to the caller. This field is required.

1 status code
200Session reject request accepted.