delete user

Delete a user

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 delete user <username> [flags]

Examples

Delete A User

Deletes a user named john

>_ torero delete user john

Options

  -h, --help   help for user

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