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

# Unsubscribe all

Unsubscribe from all currently subscribed topics in a single command.

<RequestExample>
  ```bash Subscribed messages theme={null}
  {
    "id": .....
    "cmd": "UN_SUBSCRIBE_ALL"
  }
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "{req_id}",
    "cmd": "UN_SUBSCRIBE_ALL",
    "success": true,
    "time": {timestamp},
    "data": ["topic1", "topic2"]
  }
  ```
</ResponseExample>
