// Copyright 2021 Contributors to the Parsec project.
// SPDX-License-Identifier: Apache-2.0
//! Delete all data a client has in the service (admin operation).
use crate Result;
use info;
use BasicClient;
use StructOpt;
/// Delete all data a client has in the service (admin operation).