Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Hang up session

POST/live/sessions/{session_id}/hangup

End a SIP call identified by session_id.

Path ParametersExpand Collapse
session_id: string

Hang up session

curl https://api.openai.com/v1/live/sessions/$SESSION_ID/hangup \
    -X POST \
    -H "Authorization: Bearer $OPENAI_API_KEY"
Returns Examples