# On_contactsDeleted

Description

Notification after deleting users from an address book

EventHandler<string> On_contactsDeleted

Response example

{
    "event": "contactsDeleted",
    "contacts": [
        {
            "peerId": "user@some.server",
            "peerDn": "User"
        }
    ],
    "method": "event"
}

Response Parameters

Name Description
contacts List of deleted contacts
peerId TrueConf ID unique user identifier
peerDn User display name

See also

Last Updated: 09/12/2025