// This is free and unencumbered software released into the public domain.
usecrate::StandardOptions;useasimov_id::{Handle, PublicKey};usecore::error::Error;pub async fnremove(_handle:&Handle,
_endpoints:&[PublicKey],
_flags:&StandardOptions,
)->Result<(), Box<dyn Error>>{Ok(())// TODO
}