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

# ConnectionsClient

> Reference for the connections Python package in the X API SDK, grouping the client and Pydantic models for the connections endpoints of the X API v2.

## 하위 모듈

* [xdk.connections.client module](/xdks/python/reference/xdk.connections.client)
  * [`ConnectionsClient`](/xdks/python/reference/xdk.connections.client#xdk.connections.client.ConnectionsClient)
    * [`ConnectionsClient.__init__()`](/xdks/python/reference/xdk.connections.client#xdk.connections.client.ConnectionsClient.__init__)
    * [`ConnectionsClient.delete_all()`](/xdks/python/reference/xdk.connections.client#xdk.connections.client.ConnectionsClient.delete_all)
* [xdk.connections.models module](/xdks/python/reference/xdk.connections.models)
  * [`DeleteAllResponse`](/xdks/python/reference/xdk.connections.models#xdk.connections.models.DeleteAllResponse)
    * [`DeleteAllResponse.model_config`](/xdks/python/reference/xdk.connections.models#xdk.connections.models.DeleteAllResponse.model_config)

## 모듈 내용

이 모듈은 X API의 connections 엔드포인트에 대한 액세스를 제공합니다.
모든 connections-related 기능의 주요 진입점 역할을 합니다.

### `class xdk.connections.ConnectionsClient`

연결 작업을 위한 클라이언트

#### 매개변수

<ParamField path="path.client" type="Client" />

### `__init__`

#### 매개변수

<ParamField path="path.client" type="Client" />

### `delete_all`

Terminate all connections
Terminates all active streaming connections for the authenticated application.
:returns: 응답 데이터
:rtype: DeleteAllResponse

#### 반환값

`DeleteAllResponse`
