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

> Delete a specific endpoint connection by its ID.

## Example

```python theme={"system"}
galtea.endpoint_connections.delete(endpoint_connection_id=endpoint_connection_id)
```

## Parameters

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