---
title: "deleteItems(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/nsdiffabledatasourcesectionsnapshotreference/deleteitems(_:)"
---

# deleteItems(_:)

Deletes the items with the specified identifiers, and any of their child items, from the section snapshot.

## Declaration

```swift
func deleteItems(_ items: [Any])
```

## See Also

### Removing items

- [deleteAllItems()](uikit/nsdiffabledatasourcesectionsnapshotreference/deleteallitems().md)
