Function dropbox_sdk::file_properties::properties_remove
source · [−]pub fn properties_remove(
client: &impl UserAuthClient,
arg: &RemovePropertiesArg
) -> Result<Result<(), RemovePropertiesError>>Available on crate feature
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().