---
title: "clearCredential(with:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterdoorlock/clearcredential(with:completionhandler:)"
---

# clearCredential(with:completionHandler:)

## Declaration

```swift
func clearCredential(with params: MTRDoorLockClusterClearCredentialParams, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func clearCredential(with params: MTRDoorLockClusterClearCredentialParams) async throws
```
