<!--
{
  "availability" : [
    "iOS: 18.4.0 -",
    "iPadOS: 18.4.0 -",
    "macCatalyst: 18.4.0 -",
    "macOS: 15.4.0 -",
    "tvOS: 18.4.0 -",
    "visionOS: 2.4.0 -",
    "watchOS: 11.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Matter",
  "identifier" : "/documentation/Matter/MTRBaseClusterDoorLock/unboltDoor(with:completion:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Matter"
    ],
    "preciseIdentifier" : "c:objc(cs)MTRBaseClusterDoorLock(im)unboltDoorWithParams:completion:"
  },
  "title" : "unboltDoor(with:completion:)"
}
-->

# unboltDoor(with:completion:)

Command UnboltDoor

```
func unboltDoor(with params: MTRDoorLockClusterUnboltDoorParams?, completion: @escaping @Sendable ((any Error)?) -> Void)
```

```
func unboltDoor(with params: MTRDoorLockClusterUnboltDoorParams?) async throws
```

## Discussion

This command causes the lock device to unlock the door without pulling the latch.

---

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)