<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABMultiValueRemove(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@F@ABMultiValueRemove"
  },
  "title" : "ABMultiValueRemove(_:_:)"
}
-->

# ABMultiValueRemove(_:_:)

Removes the value and label at the given index.

```
func ABMultiValueRemove(_ multiValue: ABMutableMultiValueRef!, _ index: CFIndex) -> Bool
```

## Parameters

`multiValue`

The multi-value list you wish to modify.

`index`

The index of the entry to be removed. If `index` is out of bounds, this function raises an exception.

## Return Value

`true` ifsuccessfully, `false` otherwise.

---

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)