<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebHistoryItemsRemovedNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:@WebHistoryItemsRemovedNotification"
  },
  "title" : "WebHistoryItemsRemovedNotification"
}
-->

# WebHistoryItemsRemovedNotification

Posted when items have been removed from the web history.

```
extern NSString * WebHistoryItemsRemovedNotification;
```

## Discussion

The notification object is the web history from which the history items were removed. The `userInfo` dictionary contains the following information:

|Key                  |Value                                                                                                   |
|---------------------|--------------------------------------------------------------------------------------------------------|
|@“WebHistoryItemsKey”|An <doc://com.apple.documentation/documentation/Foundation/NSArray> object containing the removed items.|

## See Also

[`-  removeItems:`](/documentation/WebKit/WebHistory/removeItems(_:))

Removes the specified items from the web history.



---

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)