# BOT_GROUP_EJECT

Commands bot to eject a resident from a group.

## Variables

The following table shows input values (you send them with the API call) and returned output values.

| **Variable** | **Description** |
|----------|-------------|
| `str`    | UUID of the avatar to eject. |
| `id`     | UUID of the group to eject from. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_GROUP_EJECT, "uuid of avatar", "uuid of group");
```