pub fn delete_manual_contacts_batch<'a>(
client: &'a impl UserAuthClient,
arg: &'a DeleteManualContactsArg,
) -> impl Future<Output = Result<(), Error<DeleteManualContactsError>>> + Send + 'aAvailable on crate features
async_routes and dbx_contacts only.Expand description
Removes manually added contacts from the given list.