# eth\_unsubscribe

{% hint style="warning" %}
This method is only available when using a [WebSocket connection](broken://pages/O9sPAzMfzfEoAf0T5zdu).
{% endhint %}

{% hint style="warning" %}
eth\_unsubscribe() method call is not available within the Public API.
{% endhint %}

## Parameters

1. Subscription ID

**Example**

```
>> {
    "jsonrpc": "2.0",
    "id": 1,
    "method": "eth_unsubscribe",
    "params": [
        "0x20b6b348ddfa17b5ba707431dc8da988"
    ]
}
<< {
    "jsonrpc": "2.0",
    "id": 1,
    "result": true
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.u2u.xyz/services/rpc/ethereum-api-methods/eth_unsubscribe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
