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

> X API SDK の connections Python パッケージのリファレンス。 X API v2 の connections エンドポイント向けのクライアントと Pydantic モデルをまとめています。

## サブモジュール

* [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`

connections 操作向けのクライアント

#### パラメーター

<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`
