---
title: "delete(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/nsdiffabledatasourcesectionsnapshot-swift.struct/delete(_:)"
---

# delete(_:)

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

## Declaration

```swift
mutating func delete(_ items: [ItemIdentifierType])
```

## See Also

### Removing items

- [deleteAll()](uikit/nsdiffabledatasourcesectionsnapshot-swift.struct/deleteall().md)
