pub async fn delete(
    host: &str,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<DeleteResponse>, Error>