Remove Client
Remove Client¶
Removes a WireGuard client from the server.
Parameters:
| Parameter | Required | Description |
|---|---|---|
client_name |
Yes | Name of the client to remove |
Response Model: ClientRemoveResult
| Field | Type | Description |
|---|---|---|
removed |
boolean | Whether removal was successful |
client_name |
string | Name of the removed client |
client_ip |
string | IP address of removed client |