pub async fn delete_user(
configuration: &Configuration,
params: DeleteUserParams,
) -> Result<(), Error<DeleteUserError>>Expand description
This endpoint let administrator of Harbor mark a registered user as removed.It actually won’t be deleted from DB.