deleteUser CLI command

Use the deleteUser command to delete local user accounts. Local user accounts cannot be deleted from the management GUI when Remote Authentication is enabled; they can only be deleted from the CLI.

To view a list of local users from the CLI, use the viewUsers command with the -local option.

Only one user can be deleted at a time.

Syntax

deleteUser "<name>" -ssl

Parameters

"<name>"
(Required.) The name of the local user. The double quotation marks are required.
-ssl
Required if SSL (HTTPS) is enabled.

Example command

deleteUser "testuser"

Example output

User testUser1 was removed successfully.