eth_unsubscribe
Cancels an active subscription given its subscription ID.
⚠️ **WARNING: WebSocket-Only Method** ⚠️
> This method REQUIRES a WebSocket connection using `wss://` protocol. It will NOT work with standard HTTP/HTTPS requests or `curl`.
> See the [WebSocket documentation](https://docs.alchemy.com/reference/subscription-api) for examples.
Path Parameters
apiKey
Request
This endpoint expects an object.
Subscription ID
The identifier of the subscription to cancel.
Response
A boolean indicating whether the subscription was successfully canceled.