---
title: "admRemoveGroupFromProjectRole"
canonical: "https://support.appfire.com/space/PSJ/15487555/admRemoveGroupFromProjectRole"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | removeGroupFromProjectRole(group, project, role) | **Package** | adm |
| **Alias** | removeGroupFromProjectRole | **Pkg Usage** | removeGroupFromProjectRole(group, project, role) |

## Description

> Macro (excerpt)
> 
> Removes a single group from a project role if the group is in that role.

Removes a single group from a project role if the group is in that role.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| Group | String | Yes | Group name. |
| Project key | String | Yes | Key of the selected project. |
| Role name | String | Yes | Name of the role to add the user to. |

## Return Type

**Boolean**

Returns "true" if operation succeeded.

## Example

```
removeGroupFromProjectRole("dev-group, "TEST", "Developers");
```

## See also

> Macro (contentbylabel)