---
title: "removeGroup(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustergroups/removegroup(with:completion:)"
---

# removeGroup(with:completion:)

## Declaration

```swift
func removeGroup(with params: MTRGroupsClusterRemoveGroupParams, completion: @escaping @Sendable (MTRGroupsClusterRemoveGroupResponseParams?, (any Error)?) -> Void)
```

```swift
func removeGroup(with params: MTRGroupsClusterRemoveGroupParams) async throws -> MTRGroupsClusterRemoveGroupResponseParams
```
