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

# removeGroup(with:completionHandler:)

## Declaration

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

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