Delete WireGuard client
delete_clientPermanently delete a WireGuard client by ID. Requires a confirmation token from the first call to complete the irreversible removal.
Instructions
Permanently delete a WireGuard client. This is irreversible: the client loses VPN access and its keys cannot be restored. The first call returns a short-lived confirmation token; ask the user for confirmation, then call again with confirmToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | Yes | Numeric ID of the client (see list_clients) | |
| confirmToken | No | Confirmation token from a previous delete_client call for the same client. Omit on the first call. |