# BOT_GROUP_LEAVE

Commands bot to leave the specified group.

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | —           |
| `id`     | UUID of the group to leave. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_GROUP_LEAVE, "", "uuid of group goes here");
```