[][src]Function dropbox_sdk::file_properties::properties_remove

pub fn properties_remove(
    client: &dyn HttpClient,
    arg: &RemovePropertiesArg
) -> Result<Result<(), RemovePropertiesError>>

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().