pub fn properties_remove<'a>(
client: &'a impl UserAuthClient,
arg: &'a RemovePropertiesArg,
) -> impl Future<Output = Result<(), Error<RemovePropertiesError>>> + Send + 'a👎Deprecated
Available on crate features
async_routes and dbx_files only.