delete-user-openvpn
Last updated

The vpn delete-user-openvpn command is used to delete an existing OpenVPN user from a specified VPN instance. This command permanently removes the selected user and their VPN credentials.
cldkctl vpn delete-user-openvpn [flags]Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl vpn delete-user-openvpnEnter the VPN name in the VPN Name field. To obtain or verify it, refer to vpn list.
Enter the public IP address in the IP Public field.
Enter the username of the OpenVPN user you wish to delete in the Username field.
Press y for Confirm or n for Cancel.

Once successful, the terminal displays "✓ User OpenVPN successfully deleted".

This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for delete user open vpn command.
Last updated