pub fn properties_remove<'a>(
client: &'a impl UserAuthClient,
arg: &'a RemovePropertiesArg,
) -> impl Future<Output = Result<(), Error<RemovePropertiesError>>> + Send + 'aAvailable on crate features
async_routes and dbx_file_properties only.Expand description
Permanently removes the specified property group from the file. To remove specific property
field key value pairs, see properties_update().
To update a template, see
templates_update_for_user() or
templates_update_for_team(). To remove a
template, see templates_remove_for_user()
or templates_remove_for_team().