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

# Delete WebRTC Connection

> Delete a specific WebRTC connection by its ID.

## Example

```python theme={"system"}
galtea.web_rtc_connections.delete(web_rtc_connection_id=web_rtc_connection_id)
```

## Parameters

<ResponseField name="web_rtc_connection_id" type="string" required>
  The ID of the WebRTC connection to delete.
</ResponseField>
