---
title: "remove(_:)"
framework: appintents
role: symbol
role_heading: Instance Method
path: "appintents/entitycollection/remove(_:)-etqg"
---

# remove(_:)

Removes the specified entity identifier from the collection.

## Declaration

```swift
mutating func remove(_ identifier: Entity.ID)
```

## Discussion

Discussion Parameter: identifier: The entity identifier to remove from the collection.
