# BOT_UNFRIEND

Commands bot to unfriend someone.

## 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 person to unfriend. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_UNFRIEND, "", "uuid goes here");
```