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

# removeBlockingEntry(withPhoneNumber:)

Removes a blocking entry that contains the specified phone number.

## Declaration

```swift
func removeBlockingEntry(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 blocking entries. This method removes all blocking entries that contain the specified phone number, even if multiple blocking 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)
- [removeIdentificationEntry(withPhoneNumber:)](callkit/cxcalldirectoryextensioncontext/removeidentificationentry(withphonenumber:).md)
