Reject call
POST/live/sessions/{session_id}/reject
Reject an incoming SIP call. Send a required SIP rejection status_code between 300 and 699.
Reject call
curl https://api.openai.com/v1/live/sessions/$SESSION_ID/reject \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-d '{
"status_code": 486
}'