<!--
{
  "availability" : [
    "iOS: 17.5.0 -",
    "iPadOS: 17.5.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AutomaticAssessmentConfiguration",
  "identifier" : "/documentation/AutomaticAssessmentConfiguration/AEAssessmentConfiguration/remove(_:)-313bq",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Automatic Assessment Configuration"
    ],
    "preciseIdentifier" : "c:objc(cs)AEAssessmentConfiguration(im)removeApplication:"
  },
  "title" : "remove(_:)"
}
-->

# remove(_:)

Removes the availability of a previously allowed app.

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

## Parameters

`application`

The app that you want to remove from the list of allowed secondary apps.

## 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`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentConfiguration/configurationsByApplication) property.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)