---
title: "removeAppExtensionPoint(_:)"
framework: extensionfoundation
role: symbol
role_heading: Instance Method
path: "extensionfoundation/appextensionpoint/monitor/removeappextensionpoint(_:)"
---

# removeAppExtensionPoint(_:)

Removes the specified extension point and stops tracking the associated app extensions.

## Declaration

```swift
final func removeAppExtensionPoint(_ appExtensionPoint: AppExtensionPoint) async throws
```

## Parameters

- `appExtensionPoint`: An extension point that you define in your host app. If the monitor isn’t currently monitoring the extension point, calling this method has no impact.

## Discussion

Discussion This method updates the state of the monitor, removing the specified extension point from the list of those it’s tracking. Removing an extension point causes the monitor to update the identities property as needed.

## See Also

### Adding and removing extension points

- [addAppExtensionPoint(_:)](extensionfoundation/appextensionpoint/monitor/addappextensionpoint(_:).md)
