---
title: "removeFabric(with:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteroperationalcredentials/removefabric(with:completionhandler:)"
---

# removeFabric(with:completionHandler:)

## Declaration

```swift
func removeFabric(with params: MTROperationalCredentialsClusterRemoveFabricParams, completionHandler: @escaping @Sendable (MTROperationalCredentialsClusterNOCResponseParams?, (any Error)?) -> Void)
```

```swift
func removeFabric(with params: MTROperationalCredentialsClusterRemoveFabricParams) async throws -> MTROperationalCredentialsClusterNOCResponseParams
```
