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

# ConnectionsClient

<div id="submodules">
  ## サブモジュール
</div>

* [xdk.connections.client モジュール](/ja/xdks/python/reference/xdk.connections.client)
  * [`ConnectionsClient`](/ja/xdks/python/reference/xdk.connections.client#xdk.connections.client.ConnectionsClient)
    * [`ConnectionsClient.__init__()`](/ja/xdks/python/reference/xdk.connections.client#xdk.connections.client.ConnectionsClient.__init__)
    * [`ConnectionsClient.delete_all()`](/ja/xdks/python/reference/xdk.connections.client#xdk.connections.client.ConnectionsClient.delete_all)
* [xdk.connections.models モジュール](/ja/xdks/python/reference/xdk.connections.models)
  * [`DeleteAllResponse`](/ja/xdks/python/reference/xdk.connections.models#xdk.connections.models.DeleteAllResponse)
    * [`DeleteAllResponse.model_config`](/ja/xdks/python/reference/xdk.connections.models#xdk.connections.models.DeleteAllResponse.model_config)

<div id="module-contents">
  ## モジュールの内容
</div>

このモジュールは X API の connections エンドポイントへのアクセスを提供し、
connections 関連のすべての機能への主要なエントリポイントとなります。

<div id="class-xdkconnectionsconnectionsclient">
  ### `class xdk.connections.ConnectionsClient`
</div>

接続関連の操作を行う Client

<div id="parameters">
  #### パラメータ
</div>

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

<div id="__init__">
  ### `__init__`
</div>

<div id="parameters">
  #### パラメータ
</div>

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

<div id="delete_all">
  ### `delete_all`
</div>

すべての接続を終了します。
認証済みのAppのすべてのアクティブなストリーミング接続を終了します。
:returns: レスポンスデータ
:rtype: DeleteAllResponse

<div id="returns">
  #### 戻り値
</div>

`DeleteAllResponse`
