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

  1. Remove the room from your local room list
  2. Leave the chat_room:{roomId} and room_participants:{roomId} channels
  3. Clean up any local state associated with this room

Authentication

Subscribe to the WebSocket with user credentials. See Authentication for connection details.

api_key
stringRequired

Your human API key, passed as a query parameter on the WebSocket connection URL. Alternatively, use a JWT token via token={jwt}.

Payload

id
uuidRequired

UUID of the deleted chat room.

Errors

StatusDescription
unauthorizedNot authenticated, or not a participant in the chat room