> ## 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 Phone Connection

> Delete a specific phone connection by its ID.

## Example

```python theme={"system"}
galtea.phone_connections.delete(phone_connection_id=phone_connection_id)
```

## Parameters

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