> ## 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.offSocketClose

> Stop listening for WebSocket close events.

Remove a WebSocket close listener.

## Parameters

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

## Code Example

```javascript theme={null}
my.offSocketClose(myCloseHandler);
```
