<!--
{
  "availability" : [
    "iOS: 12.5.0 - 27.0.0",
    "iPadOS: 12.5.0 - 27.0.0",
    "macCatalyst: 12.5.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ExposureNotification",
  "identifier" : "/documentation/ExposureNotification/ENManager/invalidate()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Exposure Notification"
    ],
    "preciseIdentifier" : "c:objc(cs)ENManager(im)invalidate"
  },
  "title" : "invalidate()"
}
-->

# invalidate()

Stops any outstanding operations and invalidates the manager.

```
func invalidate()
```

## Discussion

> Important:
> This method is available in iOS 12.5, and in iOS 13.5 and later.

Once you call this method, the object can no longer be used. To start using [`ENManager`](/documentation/ExposureNotification/ENManager) again, create and activate a new instance of the class.

## Topics

### Completion Handlers

[`var invalidationHandler: (() -> Void)?`](/documentation/ExposureNotification/ENManager/invalidationHandler)

The handler that the framework invokes when invalidation completes.



---

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)