<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoSubscriberAccount",
  "identifier" : "/documentation/VideoSubscriberAccount/VSUserAccountManager/deleteAutoSignInToken()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Video Subscriber Account",
      "VideoSubscriberAccount"
    ],
    "preciseIdentifier" : "s:So20VSUserAccountManagerC015VideoSubscriberB0E21deleteAutoSignInTokenyyYaKF"
  },
  "title" : "deleteAutoSignInToken()"
}
-->

# deleteAutoSignInToken()

Deletes the value of the current Automatic Sign-In token.

```
func deleteAutoSignInToken() async throws
```

## Discussion

This method sets the contents of [`value`](/documentation/VideoSubscriberAccount/VSUserAccountManager/AutoSignInToken-swift.struct/value) to `nil` for the current [`autoSignInToken`](/documentation/VideoSubscriberAccount/VSUserAccountManager/autoSignInToken-swift.property).

You might delete an Automatic Sign-In token, for example, if:

- Your app provides its own UI that lets the person opt out of Automatic Sign-In.
- The person changes their password and wants to sign out from all of their devices.
- Your app implements conditions to invalidate a token, such as if a person flags a specific log in as unauthorized.

---

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)