---
title: "remove(action:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uimenubuilder/remove(action:)"
---

# remove(action:)

Remove an identified action.

## Declaration

```swift
func remove(action removedIdentifier: UIAction.Identifier)
```

## Parameters

- `removedIdentifier`: The identifier of the action to remove.
