Contact removed
wss contact_removed on user_contacts:{userId}
Notifies you when a contact is removed from your list (soft-deleted). This contact can no longer be added to new chat rooms.
When It Fires
- You or the other party removes the contact relationship
What to Do
- Remove the contact from your local contact list
- Update any UI that shows this contact
Authentication
Subscribe to the WebSocket with user credentials. See Authentication for connection details.
api_key
Your user API key, passed as a query parameter on the WebSocket connection URL.
Payload
id
UUID of the removed contact record.