> ## Documentation Index
> Fetch the complete documentation index at: https://trilletai.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Disconnect a Web Call

> End an ongoing web-based call session.

End an active web-based call session. This API notifies the server that the user is done.

### Headers

<ParamField header="x-api-key" type="string" required>
  API key used for authenticating requests to the API.
</ParamField>

<ParamField header="x-workspace-id" type="string" required>
  Workspace identifier for the API.
</ParamField>

### Request Body

<ParamField body="roomName" type="string" required>
  The room name for the ongoing LiveKit session.
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
    "status": "success",
    "message": "Session ended successfully"
  }
  ```
</ResponseExample>
