# accountUnsubscribe

Unsubscribe from account change notifications

#### Parameters required for this RPC call

* The id of the account Subscription to cancel.

{% tabs %}
{% tab title="Websocket" %}

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "accountUnsubscribe",
  "params": [
    0
  ]
}
```

{% endtab %}

{% tab title="Response" %}

```json
{
  "jsonrpc": "2.0",
  "result": true,
  "id": 1
}
```

{% endtab %}
{% endtabs %}
