---
title: "removeItem(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uifieldbehavior/removeitem(_:)"
---

# removeItem(_:)

Removes the field behavior from the specified dynamic item.

## Declaration

```swift
func removeItem(_ item: any UIDynamicItem)
```

## Parameters

- `item`: The dynamic item whose behavior you want to modify.

## Discussion

Discussion Use this method to remove a field from a dynamic item in your interface. This method removes the specified dynamic item from the field behavior’s list of dynamic item.

## See Also

### Managing the associated dynamic items

- [addItem(_:)](uikit/uifieldbehavior/additem(_:).md)
- [items](uikit/uifieldbehavior/items.md)
