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

# deselectIdentifier(_:for:)

Deselects a value selected in a multivalue property.

```
func deselectIdentifier(_ identifier: String!, for person: ABPerson!)
```

## Parameters

`identifier`

The identifier of the value that will be deselected.

`person`

The person whose value will be deselected.

## Discussion

---

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)