Forget All Subscriptions
No auth
Unsubscribe from all subscriptions of a specific type.
Request & Response
When to use forget_all vs forget
Use
forget_all to bulk-cancel all streams of a given type — useful when navigating away from a screen. Use forget with a specific ID when you only want to cancel one particular subscription and keep others of the same type running.About forget_all
The forget_all endpoint unsubscribe from all subscriptions of a specific type.
This endpoint helps manage WebSocket subscriptions. Use it to unsubscribe from real-time data streams when no longer needed.
Any other questions? Get in touch