users delete

Delete a user from torero

Synopsis

Delete

This command deletes a user from the database. Deletion operations can not be undone

It is important to note that when deleting a user, ALL of the API keys associated with that user will be removed from the system and further access will be denied.

torero users delete <username> [flags]

Examples

Delete A User

Deletes a user named john

>_ torero users delete john

Options

  -h, --help   help for delete

Options inherited from parent commands

      --config string   Path to the configuration file
      --raw             Displays the result of the command in its raw format
      --verbose         Enable verbose output

SEE ALSO