---
title: "removeMember(_:)"
framework: addressbook
role: symbol
role_heading: Instance Method
path: "addressbook/abgroup/removemember(_:)"
---

# removeMember(_:)

Removes a person from a group.

## Declaration

```swift
func removeMember(_ person: ABPerson!) -> Bool
```

## Parameters

- `person`: The person to be removed.

## Return Value

Return Value true if successful; otherwise, false.

## Discussion

Discussion If the person argument is not in the group, this method does nothing and returns false. If person is nil, this method raises an exception.

## See Also

### Managing persons

- [addMember(_:)](addressbook/abgroup/addmember(_:).md)
- [members()](addressbook/abgroup/members().md)
