github.com/michaellihs/golab@v0.1.0-beta3.0.20180726222757-f5cdabc76dfd/doc/golab_user_delete.md (about)

     1  ## golab user delete
     2  
     3  User deletion
     4  
     5  ### Synopsis
     6  
     7  
     8  Deletes a user. Available only for administrators. This returns a 204 No Content status code if the operation was successfully or 404 if the resource was not found.
     9  
    10  ```
    11  golab user delete [flags]
    12  ```
    13  
    14  ### Options
    15  
    16  ```
    17    -d, --hard_delete   (optional) If true, contributions that would usually be moved to the ghost user will be deleted instead, as well as groups owned solely by this user.
    18    -h, --help          help for delete
    19    -i, --id string     (required) User ID or user name of user to be deleted
    20  ```
    21  
    22  ### Options inherited from parent commands
    23  
    24  ```
    25        --ca-file string   (optional) provides a .pem file to be used in certificates pool for SSL connection
    26        --ca-path string   (optional) provides a directory with .pem certificates to be used for SSL connection
    27        --config string    (optional) golab config file (default is ./.golab.yml and $HOME/.golab.yml)
    28  ```
    29  
    30  ### SEE ALSO
    31  * [golab user](golab_user.md)	 - Manage Gitlab users
    32