<!--
{
  "availability" : [
    "watchOS: 6.0.0 - 9.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKExtension/unregisterForRemoteNotifications()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKExtension(im)unregisterForRemoteNotifications"
  },
  "title" : "unregisterForRemoteNotifications()"
}
-->

# unregisterForRemoteNotifications()

Unregister for all remote notifications received from Apple Push Notification service (APNs).

```
func unregisterForRemoteNotifications()
```

## Discussion

Use this method to unregister from all remote notifications; for example, unregister to stop receiving notifications when the user logs out of their account.

## See Also

  <doc://com.apple.documentation/documentation/UIKit/UIApplication/registerForRemoteNotifications()>



---

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)