<!--
{
  "availability" : [
    "macOS: 10.3.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebHistory/removeItems(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WebHistory(im)removeItems:"
  },
  "title" : "removeItems(_:)"
}
-->

# removeItems(_:)

Removes the specified items from the web history.

```
func removeItems(_ items: [Any]!)
```

## Parameters

`items`

An array of web history items to remove.

## Discussion

When successful, this method posts a notification ([`WebHistoryItemsRemovedNotification`](/documentation/WebKit/WebHistoryItemsRemovedNotification)).

---

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)