Reject call
POST/realtime/calls/{call_id}/reject
Decline an incoming SIP call by returning a SIP status code to the caller.
Path Parameters
call_id: string
Body ParametersJSON
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"