---
title: "visitRemoveMember(_:)"
framework: contacts
role: symbol
role_heading: Instance Method
path: "contacts/cnchangehistoryeventvisitor/visitremovemember(_:)"
---

# visitRemoveMember(_:)

Tells the delegate that the user removed a contact from a group.

## Declaration

```swift
optional func visitRemoveMember(_ event: CNChangeHistoryRemoveMemberFromGroupEvent)
```

## Parameters

- `event`: The event object that represents a user removing a contact from a group.

## Discussion

Discussion Inspect the group and contact in the event that the system provides and update your app’s cached data accordingly.

## See Also

### Updating contacts in groups

- [visitAddMember(_:)](contacts/cnchangehistoryeventvisitor/visitaddmember(_:).md)
