Skip to content

Reject call

POST/realtime/calls/{call_id}/reject

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

Path ParametersExpand Collapse
call_id: string
Body ParametersJSONExpand Collapse
status_code: optional number

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

Reject call

curl https://api.openai.com/v1/realtime/calls/$CALL_ID/reject \
    -X POST \
    -H "Authorization: Bearer $OPENAI_API_KEY"
Returns Examples