JavaScript: Unsubscribe from a channel (original) (raw)

Unsubscribes and removes Realtime channel from Realtime client.

Parameters

(Required)
The name of the Realtime channel.

Examples

Removes a channel

supabase.removeChannel(myChannel)