---
title: "remove(_:)"
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Method
path: "automaticassessmentconfiguration/aeassessmentconfiguration/remove(_:)"
---

# 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 setConfiguration(_:for:) method. You can get the list of currently allowed apps by accessing the configuration’s configurationsByApplication property.

## See Also

### Allowing access to other apps

- [setConfiguration(_:for:)](automaticassessmentconfiguration/aeassessmentconfiguration/setconfiguration(_:for:).md)
- [configurationsByApplication](automaticassessmentconfiguration/aeassessmentconfiguration/configurationsbyapplication.md)
- [mainParticipantConfiguration](automaticassessmentconfiguration/aeassessmentconfiguration/mainparticipantconfiguration.md)
- [AEAssessmentApplication](automaticassessmentconfiguration/aeassessmentapplication.md)
- [AEAssessmentParticipantConfiguration](automaticassessmentconfiguration/aeassessmentparticipantconfiguration.md)
