---
title: "removeAndLabel(at:)"
framework: addressbook
role: symbol
role_heading: Instance Method
path: "addressbook/abmutablemultivalue/removeandlabel(at:)"
---

# removeAndLabel(at:)

Removes the value and label at the given index.

## Declaration

```swift
func removeAndLabel(at index: Int) -> Bool
```

## Parameters

- `index`: The index of the value-label pair that will be removed.

## Return Value

Return Value true if successful; otherwise false.

## Discussion

Discussion If the index is out of bounds, this method raises an exception.
