# contactsDeleted
Description: Notification after deleting users from an address book.
Example:
{
"event": "contactsDeleted",
"contacts": [
{
"peerId": "user@some.server",
"peerDn": "User"
}
],
"method": "event"
}
Parameter description:
contacts
— List of deleted contacts.peerId
— TrueConf ID unique user identifierpeerDn
— User display name
See also: