---
title: "removeGroup"
canonical: "https://support.appfire.com/space/PSCONF/1461616686/removeGroup"
format: markdown
---
> Macro (aura-html)

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | removeGroup(groupName) | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Remove a group.

Remove a group.

## Parameters

> Macro (table-plus)
> 
> | Parameter name | Type | Required | Description |
> | --- | --- | --- | --- |
> | groupName | String | Yes | The name of a group to be deleted. |

## Return Type

**Boolean (true/false)**

Returns true if a certain group was successfully deleted.

## Example

Remove a group.

```javascript
removeGroup("creative-users");
```

> ⚠️ If the routine returns false, it doesn't mean that a group wasn't deleted. It just means that the group doesn't exist.

## See also

> Macro (contentbylabel)