# BOT_SIM_KICK

Kicks an avatar from the region.


:::warning
The bot must have estate manager rights for this command to work.

:::

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `id`     | UUID of the avatar to kick. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_SIM_KICK, "", "d11fa786-c342-4785-8e1b-ac70a17a9aac");
```