---
title: WebHistoryItemsRemovedNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webhistoryitemsremovednotification
---

# WebHistoryItemsRemovedNotification

Posted when items have been removed from the web history.

## Declaration

```occ
extern NSString * WebHistoryItemsRemovedNotification;
```

## Discussion

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

## See Also

### Related Documentation

- [removeItems(_:)](webkit/webhistory/removeitems(_:).md)

### Notifications

- [WebHistoryAllItemsRemovedNotification](webkit/webhistoryallitemsremovednotification.md)
- [WebHistoryItemChangedNotification](webkit/webhistoryitemchangednotification.md)
- [WebHistoryItemsAddedNotification](webkit/webhistoryitemsaddednotification.md)
- [WebHistoryLoadedNotification](webkit/webhistoryloadednotification.md)
- [WebHistorySavedNotification](webkit/webhistorysavednotification.md)
