<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/AssetInventory/release(reservedLocale:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "s:6Speech14AssetInventoryC7release14reservedLocaleSb10Foundation0F0V_tYaFZ"
  },
  "title" : "release(reservedLocale:)"
}
-->

# release(reservedLocale:)

Removes an asset locale reservation.

```
@discardableResult static func release(reservedLocale: Locale) async -> Bool
```

## Return Value

`false` if the locale was not reserved.

## Discussion

Unsubscribes from any assets that depended on the locale.

---

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)