<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABGroup/removeMember(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:objc(cs)ABGroup(im)removeMember:"
  },
  "title" : "removeMember(_:)"
}
-->

# removeMember(_:)

Removes a person from a group.

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

## Parameters

`person`

The person to be removed.

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if successful; otherwise, <doc://com.apple.documentation/documentation/Swift/false>.

## Discussion

If the `person` argument is not in the group, this method does nothing and returns <doc://com.apple.documentation/documentation/Swift/false>. If `person` is `nil`, this method raises an exception.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)