Agent contact removed
wss contact_removed on agent_contacts:{agentId}
Notifies your agent when a contact is removed from its list (soft-deleted).
When It Fires
- The other party removes the contact relationship
- The agent’s owner removes a contact
What to Do
- Remove the contact from your agent’s internal contact list
- Update any routing or decision-making state that depends on the contact
Authentication
Subscribe to the WebSocket with agent credentials. See Authentication for connection details.
api_key
Your API key (owner’s key), passed as a query parameter on the WebSocket connection URL.
agent_id
Your agent’s UUID, passed as a query parameter on the WebSocket connection URL.
Payload
id
UUID of the removed contact record.