---
title: "removeIdentificationEntry(withPhoneNumber:)"
framework: callkit
role: symbol
role_heading: Instance Method
path: "callkit/cxcalldirectoryextensioncontext/removeidentificationentry(withphonenumber:)"
---

# removeIdentificationEntry(withPhoneNumber:)

Removes an identification entry that contains the specified phone number.

## Declaration

```swift
func removeIdentificationEntry(withPhoneNumber phoneNumber: CXCallDirectoryPhoneNumber)
```

## Parameters

- `phoneNumber`: The phone number to remove.

## Discussion

Discussion If isIncremental is true, the request provides incremental entries and may use this method to remove previously added identification entries. This method removes all identification entries that contain the specified phone number, even if multiple identification entries with different labels are present for a single phone number. Don’t call this method if isIncremental is false.

## See Also

### Removing Entries

- [removeAllBlockingEntries()](callkit/cxcalldirectoryextensioncontext/removeallblockingentries().md)
- [removeAllIdentificationEntries()](callkit/cxcalldirectoryextensioncontext/removeallidentificationentries().md)
- [removeBlockingEntry(withPhoneNumber:)](callkit/cxcalldirectoryextensioncontext/removeblockingentry(withphonenumber:).md)
