---
title: "remove(_:)"
framework: Automatic Assessment Configuration
role: symbol
role_heading: Instance Method
platforms: [iOS 17.5+, iPadOS 17.5+, Mac Catalyst 15.0+, macOS 12.0+]
path: "automaticassessmentconfiguration/aeassessmentconfiguration/remove(_:)-313bq"
---

# remove(_:)

Removes the availability of a previously allowed app.

## Declaration

```swift
func remove(_ application: AEAssessmentApplication)
```

## Parameters

- `application`: The app that you want to remove from the list of allowed secondary apps.

## Discussion

Discussion Use this method to remove apps that you previously added to the list of apps that are available during an assessment with the AEAssessmentConfiguration/setConfiguration(_:for:) method. You can get the list of currently allowed apps by accessing the configuration’s configurationsByApplication property.
