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

# my.offSocketOpen

> Stop listening for WebSocket open events.

Remove a WebSocket open event listener.

## Parameters

| Property | Type     | Required | Description                 |
| -------- | -------- | -------- | --------------------------- |
| callback | Function | No       | Specific callback to remove |

## Code Example

```javascript theme={null}
my.offSocketOpen(myOpenHandler);
// or remove all
my.offSocketOpen();
```
