user delete

The user delete command removes a user account from the system.

Tip: User accounts can also be disabled, which prevents the account from being used to access the system without deleting the account.

Usage

user delete --u UserName
Required Argument Description
Yes --u UserName Specifies the name of the user you want to delete.

Example

This example deletes a user named allan12.

user delete --u allan12