## Hang up session

`$ openai live:sessions hangup`

**post** `/live/sessions/{session_id}/hangup`

End a SIP call identified by session_id.

### Parameters

- `--session-id: string`

  Opaque Live session identifier from the creation response or incoming-call webhook. Preserve the returned value unchanged, including its prefix.

### Example

```cli
openai live:sessions hangup \
  --api-key 'My API Key' \
  --session-id session_id
```
