---
title: "deselect(_:)"
framework: addressbook
role: symbol
role_heading: Instance Method
path: "addressbook/abpeoplepickerview/deselect(_:)-3x7tl"
---

# deselect(_:)

Deselects a group selected in the group list.

## Declaration

```swift
func deselect(_ group: ABGroup!)
```

## Parameters

- `group`: The group to deselect.

## See Also

### Selecting Groups and Records

- [allowsGroupSelection](addressbook/abpeoplepickerview/allowsgroupselection.md)
- [allowsMultipleSelection](addressbook/abpeoplepickerview/allowsmultipleselection.md)
- [deselectAll(_:)](addressbook/abpeoplepickerview/deselectall(_:).md)
- [deselectIdentifier(_:for:)](addressbook/abpeoplepickerview/deselectidentifier(_:for:).md)
- [deselect(_:)](addressbook/abpeoplepickerview/deselect(_:)-1yy11.md)
- [selectedGroups](addressbook/abpeoplepickerview/selectedgroups.md)
- [selectedIdentifiers(for:)](addressbook/abpeoplepickerview/selectedidentifiers(for:).md)
- [selectedRecords](addressbook/abpeoplepickerview/selectedrecords.md)
- [selectedValues()](addressbook/abpeoplepickerview/selectedvalues().md)
- [select(_:byExtendingSelection:)](addressbook/abpeoplepickerview/select(_:byextendingselection:)-6mrii.md)
- [selectIdentifier(_:for:byExtendingSelection:)](addressbook/abpeoplepickerview/selectidentifier(_:for:byextendingselection:).md)
- [select(_:byExtendingSelection:)](addressbook/abpeoplepickerview/select(_:byextendingselection:)-9eldk.md)
