---
title: CNChangeHistoryDeleteContactEvent
framework: contacts
role: symbol
role_heading: Class
path: contacts/cnchangehistorydeletecontactevent
---

# CNChangeHistoryDeleteContactEvent

An object that represents a user deleting a contact.

## Declaration

```swift
class CNChangeHistoryDeleteContactEvent
```

## Topics

### Getting event details

- [contactIdentifier](contacts/cnchangehistorydeletecontactevent/contactidentifier.md)

## Relationships

### Inherits From

- [CNChangeHistoryEvent](contacts/cnchangehistoryevent.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Change history data

- [CNChangeHistoryAddContactEvent](contacts/cnchangehistoryaddcontactevent.md)
- [CNChangeHistoryAddGroupEvent](contacts/cnchangehistoryaddgroupevent.md)
- [CNChangeHistoryAddMemberToGroupEvent](contacts/cnchangehistoryaddmembertogroupevent.md)
- [CNChangeHistoryAddSubgroupToGroupEvent](contacts/cnchangehistoryaddsubgrouptogroupevent.md)
- [CNChangeHistoryDeleteGroupEvent](contacts/cnchangehistorydeletegroupevent.md)
- [CNChangeHistoryDropEverythingEvent](contacts/cnchangehistorydropeverythingevent.md)
- [CNChangeHistoryEvent](contacts/cnchangehistoryevent.md)
- [CNChangeHistoryFetchRequest](contacts/cnchangehistoryfetchrequest.md)
- [CNChangeHistoryRemoveMemberFromGroupEvent](contacts/cnchangehistoryremovememberfromgroupevent.md)
- [CNChangeHistoryRemoveSubgroupFromGroupEvent](contacts/cnchangehistoryremovesubgroupfromgroupevent.md)
- [CNChangeHistoryUpdateContactEvent](contacts/cnchangehistoryupdatecontactevent.md)
- [CNChangeHistoryUpdateGroupEvent](contacts/cnchangehistoryupdategroupevent.md)
- [CNChangeHistoryEventVisitor](contacts/cnchangehistoryeventvisitor.md)
