forget_client
Remove a client from the known-clients list and delete its stored identity and history. Client may reappear on reconnect; use kick_client to drop a session or block_client to deny access persistently.
Instructions
Remove a client from the controller's known-clients list.
Destructive operation: deletes the client's stored identity and history; the client can still reappear on reconnect. Use kick_client to drop a session without deletion, or block_client to deny access persistently.
Args: mac: Client MAC address to target. site: Site to operate on. Defaults to "default". device: Optional device name to target a specific console; omit for default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac | Yes | Client MAC address to target. | |
| site | No | Site to operate on. Defaults to "default". | default |
| device | No | Optional device name to target a specific console; omit for default. |