# eth\_unsubscribe

{% hint style="warning" %}
This method is only available when using a [WebSocket connection](https://docs.u2u.xyz/services/rpc/ethereum-api-methods/broken-reference).
{% 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
}
```
