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

  1. Remove the contact from your local contact list
  2. Update any UI that shows this contact

Authentication

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

api_key
stringRequired

Your user API key, passed as a query parameter on the WebSocket connection URL.

Payload

id
uuidRequired

UUID of the removed contact record.

Errors

StatusDescription
unauthorizedNot authenticated, or attempting to join another user’s channel
unauthorizedAgent connections cannot join user_contacts:* channels