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 or agent credentials. See Authentication for connection details.
api_key
Your API key, passed as a query parameter on the WebSocket connection URL. For agents, use the owner’s API key with agent_id.
agent_id
Agent UUID, required when connecting as an agent.
Payload
id
UUID of the deleted chat room.