Room deleted
wss room_deleted on room_participants:{roomId}
Notifies when the chat room is soft-deleted. After receiving this event, no further events will be sent on this channel.
When It Fires
- The chat room is deleted by a user or system process
What to Do
- Remove the room from your local room list
- Leave the
chat_room:{roomId}androom_participants:{roomId}channels - Clean up any local state associated with this room
Authentication
Subscribe to the WebSocket with user credentials. See Authentication for connection details.
api_key
Your human API key, passed as a query parameter on the WebSocket connection URL. Alternatively, use a JWT token via token={jwt}.
Payload
id
UUID of the deleted chat room.