> ## 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 모듈](/ko/xdks/python/reference/xdk.connections.client)
  * [`ConnectionsClient`](/ko/xdks/python/reference/xdk.connections.client#xdk.connections.client.ConnectionsClient)
    * [`ConnectionsClient.__init__()`](/ko/xdks/python/reference/xdk.connections.client#xdk.connections.client.ConnectionsClient.__init__)
    * [`ConnectionsClient.delete_all()`](/ko/xdks/python/reference/xdk.connections.client#xdk.connections.client.ConnectionsClient.delete_all)
* [xdk.connections.models 모듈](/ko/xdks/python/reference/xdk.connections.models)
  * [`DeleteAllResponse`](/ko/xdks/python/reference/xdk.connections.models#xdk.connections.models.DeleteAllResponse)
    * [`DeleteAllResponse.model_config`](/ko/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>

connections 관련 작업을 위한 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`
